summaryrefslogtreecommitdiff
path: root/lib/git/objects/commit.py
Commit message (Expand)AuthorAgeFilesLines
* repo.commit_delta_base: removedSebastian Thiel2009-10-151-75/+78
* Added Commit.iter_parents to iterate all parentsSebastian Thiel2009-10-151-10/+32
* repo: removed a few methods because of redundancy or because it will be obsol...Sebastian Thiel2009-10-151-10/+12
* All times are not stored as time_struct, but as simple int to consume less me...Sebastian Thiel2009-10-151-22/+9
* test_blob: removed many redundant tests that would fail now as the mock canno...Sebastian Thiel2009-10-141-4/+10
* test: Added time-consuming test which could also be a benchmark in fact - cur...Sebastian Thiel2009-10-141-2/+2
* cmd: added option to return the process directly, allowing to read the output...Sebastian Thiel2009-10-141-6/+8
* added Iterable interface to Ref typeSebastian Thiel2009-10-131-1/+1
* renamed find_all to list_all, changed commit to use iterable interface in pre...Sebastian Thiel2009-10-131-32/+39
* refs now take repo as first argument and derive from LazyMixin to allow them ...Sebastian Thiel2009-10-121-1/+1
* renamed from_string and list_from_string to _from_string and _list_from_strin...Sebastian Thiel2009-10-121-6/+6
* Reorganized package structure and cleaned up importsSebastian Thiel2009-10-121-0/+284