aboutsummaryrefslogtreecommitdiff
path: root/git/ext
AgeCommit message (Collapse)Author
2014-02-10Basic fixes to get tests back on track. Of course there is much more work to ↵Sebastian Thiel
be done here
2014-02-10removed leftover gitdb - I thought it was merged into gitSebastian Thiel
2014-02-09tabs to 4 spaces - overall state of this branch is desolate, but fixable. ↵Sebastian Thiel
Needs plenty of work
2011-07-05Added smmap as submodule, package initialization adjusted to assure it is ↵Sebastian Thiel
available
2011-05-06removed gitdb submoduleSebastian Thiel
2011-05-05Added async submodule, formerly required by gitdb (which is still a valid ↵Sebastian Thiel
submodule just yet)
2011-05-05Made most primal imports work, but stopped here as there are many more ↵Sebastian Thiel
changes when doing the merge
2011-04-29Moved rev_parse code into gitdb, this probably broke pretty much here, which ↵Sebastian Thiel
is still to be fixed of course
2011-04-25configparser is now part of gitdb. Test still remains until it was replaced ↵Sebastian Thiel
by its gitdb counterpart through inheritance. All items which are part of gitdb but used by gitpython need their own verification within gitpython
2011-04-07Updated objects to use the ones defined in gitdb as basis. Only the ↵Sebastian Thiel
submodule implementation is left in git-python as it requires some advanced features. No tests where run yet
2011-04-07Removed all parts of the reference implementation which doesn't require the ↵Sebastian Thiel
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
2011-04-05Moved push and fetch methods partly from remote to the gitcmdobjdb ↵Sebastian Thiel
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
2011-04-02Added downloadable versions of the respective documentation, which should ↵Sebastian Thiel
aid packagers a bit
2010-12-01setup .gitmodules to use a tracking branch automaticallySebastian Thiel
2010-12-01Fixed import of gitdb, keeping changed gitdb commit so that the submodule ↵Sebastian Thiel
tests may work. Switched gitdb submodule to new github url
2010-11-25Fixed all testcasesSebastian Thiel
2010-11-25Moved everything into the git subdirectory - some tests still need to be ↵Sebastian Thiel
adjusted