summaryrefslogtreecommitdiff
path: root/git/ext/gitdb
Commit message (Collapse)AuthorAgeFilesLines
* removed gitdb submoduleSebastian Thiel2011-05-061-0/+0
|
* Made most primal imports work, but stopped here as there are many more ↵Sebastian Thiel2011-05-051-0/+0
| | | | changes when doing the merge
* Moved rev_parse code into gitdb, this probably broke pretty much here, which ↵Sebastian Thiel2011-04-291-0/+0
| | | | is still to be fixed of course
* configparser is now part of gitdb. Test still remains until it was replaced ↵Sebastian Thiel2011-04-251-0/+0
| | | | by its gitdb counterpart through inheritance. All items which are part of gitdb but used by gitpython need their own verification within gitpython
* Updated objects to use the ones defined in gitdb as basis. Only the ↵Sebastian Thiel2011-04-071-0/+0
| | | | submodule implementation is left in git-python as it requires some advanced features. No tests where run yet
* Removed all parts of the reference implementation which doesn't require the ↵Sebastian Thiel2011-04-071-0/+0
| | | | 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 push and fetch methods partly from remote to the gitcmdobjdb ↵Sebastian Thiel2011-04-051-0/+0
| | | | implementation, including related types. It doesn't yet work, and the omnipresence of the repo imposes a problem right now, as the required ref functionality is not yet part of the gitdb specification. theoretically, the whole ref implementation has to move into gitdb
* Added downloadable versions of the respective documentation, which should ↵Sebastian Thiel2011-04-021-0/+0
| | | | aid packagers a bit
* setup .gitmodules to use a tracking branch automaticallySebastian Thiel2010-12-011-0/+0
|
* Fixed import of gitdb, keeping changed gitdb commit so that the submodule ↵Sebastian Thiel2010-12-011-0/+0
| | | | | | tests may work. Switched gitdb submodule to new github url
* Fixed all testcasesSebastian Thiel2010-11-251-0/+0
|
* Moved everything into the git subdirectory - some tests still need to be ↵Sebastian Thiel2010-11-251-0/+0
adjusted