Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | minor grammatical fixes | Jon Eskin | 2022-09-22 | 1 | -1/+1 |
| | |||||
* | *: migration from gopkg to go modules | Máximo Cuadros | 2020-03-10 | 1 | -3/+3 |
| | |||||
* | dotgit: Move package outside internal. | Antonio Jesus Navarro Perez | 2018-06-05 | 1 | -1/+1 |
| | | | | Signed-off-by: Antonio Jesus Navarro Perez <antnavper@gmail.com> | ||||
* | 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 |