summaryrefslogtreecommitdiff
path: root/lib/git/objects/__init__.py
Commit message (Collapse)AuthorAgeFilesLines
* moved all contents, incl. submodule gitdb, up to the root directorySebastian Thiel2010-11-211-21/+0
|
* Fixed all imports, refactoring appears to be completeSebastian Thiel2010-11-181-2/+9
|
* Renamed modules utils to util, and errors to exc to be more conforming to ↵Sebastian Thiel2010-06-291-1/+1
| | | | the submodules's naming conventions
* Moved small types that had their own module into the utils moduleSebastian Thiel2010-06-141-0/+1
|
* tree: added TreeModifier, allowing to adjust existing trees safely and or ↵Sebastian Thiel2010-06-141-0/+1
| | | | fast, while staying compatible with serialization which requires it to be sorted
* Converted all tabs to 4 space characters each to comply with pep8Sebastian Thiel2010-03-041-1/+1
|
* Index: Is now diffable and appears to properly implement diffing against ↵Sebastian Thiel2009-10-221-0/+1
| | | | | | | other items as well as the working tree Diff.Diffable: added callback allowing superclasses to preprocess diff arguments Diff.Diff: added eq, ne and hash methods, string methods would be nice
* Reorganized package structure and cleaned up importsSebastian Thiel2009-10-121-0/+11