aboutsummaryrefslogtreecommitdiffstats
path: root/prune_test.go
Commit message (Collapse)AuthorAgeFilesLines
* fix goreportcard warningsOleg Kovalov2020-07-011-1/+1
|
* *: migration from go-git-fixtures/v4 and go-git/gcfgMáximo Cuadros2020-03-101-1/+1
|
* *: migration from gopkg to go modulesMáximo Cuadros2020-03-101-5/+5
|
* *: added missing error checks in testsChristian Muehlhaeuser2019-07-291-0/+2
| | | | | | | | | | When we assign a value to err, make sure to also check for it being nil afterwards. If those were intentionally unchecked, we should remove the assignment in the first place. Those checks certainly never harm, but please review thoroughly and let me know. Signed-off-by: Christian Muehlhaeuser <muesli@gmail.com> (cherry picked from commit 19d6f42a4d814a50bd262fbb69a9b670db9756a2)
* Expose Storage cache.kuba--2018-09-071-2/+2
| | | | Signed-off-by: kuba-- <kuba@sourced.tech>
* repository: oops, fix the prune testJeremy Stribling2017-11-291-2/+3
|
* repository: add tests for pruning and object re-packingJeremy Stribling2017-11-291-0/+72
Also, object re-packing should clean up any loose objects that were packed.