summaryrefslogtreecommitdiff
path: root/git/repo/base.py
Commit message (Expand)AuthorAgeFilesLines
* Finished moving all repository methods to the respective interfaces and imple...Sebastian Thiel2011-05-301-78/+0
* Intermediate commit with quite some progress in order to put all extra method...Sebastian Thiel2011-05-291-624/+11
* Made repository paths methods a property to be compatible with the existing r...Sebastian Thiel2011-05-101-39/+0
* Started to fix imports - tests still have no chance to work as database chang...Sebastian Thiel2011-05-061-8/+6
* replaced all gitdb strings with gitSebastian Thiel2011-05-061-1/+1
* Made most primal imports work, but stopped here as there are many more change...Sebastian Thiel2011-05-051-2/+2
* Moved rev_parse code into gitdb, this probably broke pretty much here, which ...Sebastian Thiel2011-04-291-28/+7
* git.repo.base: substituted all usages of the active_branch property with self...Sebastian Thiel2011-01-171-4/+4
* Moved everything into the git subdirectory - some tests still need to be adju...Sebastian Thiel2010-11-251-0/+753