summaryrefslogtreecommitdiff
path: root/lib/git/repo/base.py
Commit message (Expand)AuthorAgeFilesLines
* moved all contents, incl. submodule gitdb, up to the root directorySebastian Thiel2010-11-211-752/+0
* Fixed API reference docs as far as possibleSebastian Thiel2010-11-211-3/+5
* repo: Added create_submodule method which fits into the tradition of offering...Sebastian Thiel2010-11-171-57/+14
* Repo: scetched out submodule_updateSebastian Thiel2010-11-171-1/+62
* Optimized test-decorators, by completely removing with_bare_rw_repo, which wa...Sebastian Thiel2010-11-151-7/+6
* Repo: added submodule query and iteration methods similar to the ones provide...Sebastian Thiel2010-11-151-1/+21
* BaseIndexEntry: Added to_blob method, refactored functionality sligthlySebastian Thiel2010-07-201-1/+11
* Added python 2.4 support: Repo will now use the original GitCmdObjectDB in py...Sebastian Thiel2010-07-091-1/+6
* Adjusted clone method to allow static classmethod clone ( using clone_from ) ...Sebastian Thiel2010-07-071-18/+29
* Adjusted previous object creators to use the rev_parse method directly. rev_p...Sebastian Thiel2010-07-071-13/+6
* Initially working implementation of short-sha parsing and interpretation, tha...Sebastian Thiel2010-07-071-2/+1
* Made repo.py a package to allow better localization of functions and utilitie...Sebastian Thiel2010-07-061-0/+695