summaryrefslogtreecommitdiff
path: root/git/remote.py
Commit message (Expand)AuthorAgeFilesLines
* Autopep8 fixes with maximum line length 120Craig Northway2014-07-251-69/+71
* tabs to 4 spaces - overall state of this branch is desolate, but fixable. Nee...Sebastian Thiel2014-02-091-274/+274
* First run in order to fix the remote handling. Cleaned up interfaces and figu...Sebastian Thiel2011-06-071-4/+3
* Fixed fetch/push/pull implementation. Next up is to integrate the consolidati...Sebastian Thiel2011-06-071-7/+14
* Removed all parts of the reference implementation which doesn't require the g...Sebastian Thiel2011-04-071-0/+12
* Moved push and fetch methods partly from remote to the gitcmdobjdb implementa...Sebastian Thiel2011-04-051-332/+2
* Submodule tests are functional once again.Sebastian Thiel2010-12-011-2/+10
* 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 adju...Sebastian Thiel2010-11-251-0/+603