Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | *: added missing error checks in tests | Christian Muehlhaeuser | 2019-07-29 | 1 | -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-07 | 1 | -2/+2 |
| | | | | Signed-off-by: kuba-- <kuba@sourced.tech> | ||||
* | repository: oops, fix the prune test | Jeremy Stribling | 2017-11-29 | 1 | -2/+3 |
| | |||||
* | repository: add tests for pruning and object re-packing | Jeremy Stribling | 2017-11-29 | 1 | -0/+72 |
Also, object re-packing should clean up any loose objects that were packed. |