summaryrefslogtreecommitdiff
path: root/lib/git/objects/commit.py
Commit message (Expand)AuthorAgeFilesLines
* initial version of new odb design to facilitate a channel based multi-threadi...Sebastian Thiel2010-06-041-1/+1
* commit.create_from_tree now uses pure python implementation, fixed message pa...Sebastian Thiel2010-06-031-13/+29
* commit: redesigned revlist and commit parsing, commits are always retrieved f...Sebastian Thiel2010-06-021-58/+40
* commit: refactored existing code to decode commits from streams - performance...Sebastian Thiel2010-06-021-65/+74
* commit: initial version of commit_from_tree which could create commit objects...Sebastian Thiel2010-06-021-362/+415
* IndexFile.add: Fixed incorrect path handling if path rewriting was desired an...Sebastian Thiel2010-05-111-2/+2
* Add support for time zone information in tags and commits.Rick Copeland2010-04-271-8/+20
* Converted all tabs to 4 space characters each to comply with pep8Sebastian Thiel2010-03-041-349/+349
* Commit.iter_items: Will not restrict comits to the ones containing changes to...Sebastian Thiel2010-02-281-1/+6
* Commit.create: now handles empty repositories correctlySebastian Thiel2010-02-131-2/+15
* commit.create_from_tree: head will not be advanced anymore as it feels non-na...Sebastian Thiel2009-12-011-1/+1
* objects.utils: Added Traversable base and implemented it for commits includin...Sebastian Thiel2009-11-261-1/+5
* commit: added create_from_tree method to untie commit creation from actually ...Sebastian Thiel2009-11-241-0/+65
* 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