summaryrefslogtreecommitdiff
path: root/git/refs/log.py
Commit message (Collapse)AuthorAgeFilesLines
* Made repository paths methods a property to be compatible with the existing ↵Sebastian Thiel2011-05-101-1/+1
| | | | repo interface. Added submodule interface ... goal is to provide all of the extra repo functionality in custom interfaces
* Started to fix imports - tests still have no chance to work as database ↵Sebastian Thiel2011-05-061-1/+1
| | | | changed drastically. Now the actual work begins
* replaced all gitdb strings with gitSebastian Thiel2011-05-061-2/+2
|
* Added all code from gitdb to gitpython. Next is to make it generally work. ↵Sebastian Thiel2011-05-051-4/+277
| | | | Then the tests will need some work
* Removed all parts of the reference implementation which doesn't require the ↵Sebastian Thiel2011-04-071-280/+4
| | | | git command. everything else was moved to GitDB. None of the tests is yet expected to run, although git-python should have less trouble getting the tests back up running than GitDB. plenty of code needs to be de-duplicated though in case of the tests, which will be some work
* Moved everything into the git subdirectory - some tests still need to be ↵Sebastian Thiel2010-11-251-0/+282
adjusted