index
:
GitPython
0.1
0.2
experiment-2012
fix-ci-tests
fix-non-ascii-chars-in-status-lines
gh-pages
issue-232-reproduction
issue-301-reproduction
master
no_devnull_open
py2
revert-357-autointerrupt_deadlock_fix
Forked from https://github.com/gitpython-developers/GitPython
Oskari Timperi
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
test
/
git
/
test_remote.py
Age
Commit message (
Expand
)
Author
2009-10-27
Added special cases to test that shows we cannot yet:
Sebastian Thiel
2009-10-27
Added remote stale_refs property including test, tested new remote branch han...
Sebastian Thiel
2009-10-27
Added non-fast forward test case, fixed parsing issue caused by initial line ...
Sebastian Thiel
2009-10-27
implemented test for rejection handling and fixed a bug when parsing remote r...
Sebastian Thiel
2009-10-27
Added testing frame for proper fetch testing to be very sure this works as ex...
Sebastian Thiel
2009-10-27
put _make_file helper method into TestBase class
Sebastian Thiel
2009-10-22
Fixed decorator issue that would cause a function to be passed even though th...
Sebastian Thiel
2009-10-21
remote: Added fetch, pull, push methods to the interface to make these operat...
Sebastian Thiel
2009-10-19
Implemneted IterableLists for refs, commits and remote objects including simp...
Sebastian Thiel
2009-10-19
repo.remote method added
Sebastian Thiel
2009-10-19
remote: added tests for creation and removal, finishing the remote interface
Sebastian Thiel
2009-10-19
remote: base tests succeed now
Sebastian Thiel
2009-10-19
Added configuration access including tests to remote
Sebastian Thiel
2009-10-19
Added remote module and test cases - about to implement remote option handling
Sebastian Thiel