aboutsummaryrefslogtreecommitdiffstats
path: root/revlist_test.go
Commit message (Collapse)AuthorAgeFilesLines
* rev-list command implementation for objects (#135)Antonio Navarro Perez2016-11-251-0/+147
* 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.