Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | rev-list command implementation for objects (#135) | Antonio Navarro Perez | 2016-11-25 | 1 | -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. |