aboutsummaryrefslogtreecommitdiff
path: root/lib/git/repo/base.py
AgeCommit message (Expand)Author
2010-11-21moved all contents, incl. submodule gitdb, up to the root directorySebastian Thiel
2010-11-21Fixed API reference docs as far as possibleSebastian Thiel
2010-11-17repo: Added create_submodule method which fits into the tradition of offering...Sebastian Thiel
2010-11-17Repo: scetched out submodule_updateSebastian Thiel
2010-11-15Optimized test-decorators, by completely removing with_bare_rw_repo, which wa...Sebastian Thiel
2010-11-15Repo: added submodule query and iteration methods similar to the ones provide...Sebastian Thiel
2010-07-20BaseIndexEntry: Added to_blob method, refactored functionality sligthlySebastian Thiel
2010-07-09Added python 2.4 support: Repo will now use the original GitCmdObjectDB in py...Sebastian Thiel
2010-07-07Adjusted clone method to allow static classmethod clone ( using clone_from ) ...Sebastian Thiel
2010-07-07Adjusted previous object creators to use the rev_parse method directly. rev_p...Sebastian Thiel
2010-07-07Initially working implementation of short-sha parsing and interpretation, tha...Sebastian Thiel
2010-07-06Made repo.py a package to allow better localization of functions and utilitie...Sebastian Thiel