aboutsummaryrefslogtreecommitdiffstats
path: root/object_walker.go
Commit message (Collapse)AuthorAgeFilesLines
* git: Add Tag objects to the list of supported objects for walkingChris Marchesi2018-09-071-0/+2
| | | | | | This is necessary to support pruning on Tag objects. Signed-off-by: Chris Marchesi <chrism@vancluevertech.com>
* *: simplicationferhat elmas2017-12-181-4/+1
| | | | | | - no unnecessary err/bool check, uses them directly Signed-off-by: ferhat elmas <elmas.ferhat@gmail.com>
* Make prune object walker genericTaru Karttunen2017-11-291-0/+105