summaryrefslogtreecommitdiff
path: root/lib/git/objects/commit.py
Commit message (Expand)AuthorAgeFilesLines
* Fixed commit.count method which now handles the paths case properly. It appea...Sebastian Thiel2009-11-061-1/+7
* object: renamed id attribute to sha as it in fact is always being rewritten a...Sebastian Thiel2009-11-031-13/+13
* Merge branch 'index' into improvementsSebastian Thiel2009-10-261-15/+25
|\
| * actor: added __eq__, __ne__ and __hash__ methods including simple testSebastian Thiel2009-10-241-15/+25
* | commit.name_rev property added for convenienceSebastian Thiel2009-10-231-0/+9
|/
* Implemneted IterableLists for refs, commits and remote objects including simp...Sebastian Thiel2009-10-191-0/+1
* commit.count: is an instance method nowSebastian Thiel2009-10-191-10/+3
* resolved cyclic inclusion issue by moving the Diffable interface into the dif...Sebastian Thiel2009-10-181-1/+1
* Removed a few diff-related test cases that fail now as the respective method ...Sebastian Thiel2009-10-171-0/+1
* added Diffable interface to objects.base, its used by Commit and Tree objects.Sebastian Thiel2009-10-161-55/+1
* 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