Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | *: migration from gopkg to go modules | Máximo Cuadros | 2020-03-10 | 1 | -3/+3 |
| | |||||
* | Worktree: improve build index performance. (#1179) | Nao YONASHIRO | 2019-07-25 | 1 | -1/+7 |
| | |||||
* | plumbing: format/index perf, buffered reads, reflection removal | Arran Walker | 2019-04-21 | 1 | -1/+2 |
| | | | | | | | | | | Large performance increase by buffering reads. There were a few instances where binary.Read() would end up using reflection on &plumbing.Hash, rather than treating it as a byte slice. This has now been resolved. Signed-off-by: Arran Walker <arran.walker@fiveturns.org> | ||||
* | 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> | ||||
* | *: Use CheckClose with named returns | Javi Fontan | 2018-03-27 | 1 | -2/+2 |
| | | | | | | | | Previously some close errors were losts. This is specially problematic in go-git as lots of work is done here like generating indexes and moving packfiles. Signed-off-by: Javi Fontan <jfontan@gmail.com> | ||||
* | storage/filesystem: check all Close errors | Santiago M. Mola | 2017-07-19 | 1 | -4/+7 |
| | |||||
* | 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: IndexStorer implementation | Máximo Cuadros | 2017-01-29 | 1 | -0/+44 |