Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | storage: filesystem, close shallow file when read | Máximo Cuadros | 2018-04-17 | 1 | -0/+2 |
| | | | | Signed-off-by: Máximo Cuadros <mcuadros@gmail.com> | ||||
* | storage/filesystem/shallow: fix error checking | ferhat elmas | 2018-02-01 | 1 | -1/+1 |
| | | | | Signed-off-by: ferhat elmas <elmas.ferhat@gmail.com> | ||||
* | storage/filesystem: check all Close errors | Santiago M. Mola | 2017-07-19 | 1 | -2/+3 |
| | |||||
* | storage/filesystem: Fix nil dereference in Shallow() | JP Sugarbroad | 2017-06-23 | 1 | -1/+1 |
| | | | This code crashes if the shallow file doesn't exist. | ||||
* | project: move imports from srcd.works to gopkg.in | Antonio Jesus Navarro Perez | 2017-03-07 | 1 | -2/+2 |
| | | | | To be able to fix #261 we will move again to gopkg.in before v4 stable release. | ||||
* | new srcd.works/go-git.v4 path | Máximo Cuadros | 2017-01-30 | 1 | -2/+2 |
| | |||||
* | storage: shallow storage (#180) | Máximo Cuadros | 2016-12-15 | 1 | -0/+51 |
* storage: shallow storage * changes * changes |