aboutsummaryrefslogtreecommitdiffstats
path: root/storage/filesystem/shallow.go
Commit message (Collapse)AuthorAgeFilesLines
* storage/filesystem: Fix nil dereference in Shallow()JP Sugarbroad2017-06-231-1/+1
| | | This code crashes if the shallow file doesn't exist.
* project: move imports from srcd.works to gopkg.inAntonio Jesus Navarro Perez2017-03-071-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 pathMáximo Cuadros2017-01-301-2/+2
|
* storage: shallow storage (#180)Máximo Cuadros2016-12-151-0/+51
* storage: shallow storage * changes * changes