summaryrefslogtreecommitdiff
path: root/git/remote.py
Commit message (Collapse)AuthorAgeFilesLines
* Removed all parts of the reference implementation which doesn't require the ↵Sebastian Thiel2011-04-071-0/+12
| | | | 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-332/+2
| | | | 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
* Submodule tests are functional once again.Sebastian Thiel2010-12-011-2/+10
| | | | remote: Fixed bug that was caused by the unchecked deletion of an uncached attribute which did not necessarily exist
* remote: fixed incorrect call signature when instantiating GitCommandErrorSebastian Thiel2010-11-301-1/+1
|
* Moved everything into the git subdirectory - some tests still need to be ↵Sebastian Thiel2010-11-251-0/+603
adjusted