aboutsummaryrefslogtreecommitdiffstats
path: root/revlist.go
Commit message (Collapse)AuthorAgeFilesLines
* rev-list command implementation for objects (#135)Antonio Navarro Perez2016-11-251-0/+123
* rev-list command implementation for objects - Stateless method that with a commit list and a repository object get all the reachable objects, ignoring elements into ignore hash list. - Added tests using basic repository commit tree.