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
/
git
/
test
/
test_remote.py
Age
Commit message (
Expand
)
Author
2016-06-08
Adding support for git remote set-url/get-url API to Remote
Guyzmo
2016-05-25
fix(RemoteProgress): improve message sanitization
Sebastian Thiel
2015-06-10
fix(remote): assert fetch respec is set
Sebastian Thiel
2015-04-21
test: make git-daemon port configurable via env
Benedikt Morbach
2015-04-08
fix(remote): allow to raise during push/fetch
Sebastian Thiel
2015-02-21
Added 'insert_kwargs_after' flag for consumption by _call_process.
Sebastian Thiel
2015-01-30
This should fix the test failure on travis
Sebastian Thiel
2015-01-30
Added test to verify we can handle fetch prunes.
Sebastian Thiel
2015-01-22
Merge branch 'master' into teeberg-master
Sebastian Thiel
2015-01-22
Fetch now deals with custom refspecs much better.
Sebastian Thiel
2015-01-21
Fix some typos
Jonas Trappenberg
2015-01-21
Added advance usage examples to tutorial and made minor fixes.
Sebastian Thiel
2015-01-20
Remote.fetch|pull() will not use poll/threads anymore as only stderr is read.
Sebastian Thiel
2015-01-04
Dum brute force conversion of all types.
Sebastian Thiel
2015-01-04
Removed 'from X import *' whereever possible
Sebastian Thiel
2015-01-04
Bumped version, updated changelog, reduced code smell
Sebastian Thiel
2015-01-03
Various fixes and improvements
Sebastian Thiel
2014-11-19
Applied autopep8
Sebastian Thiel
2014-11-16
pep8 linting (trailing whitespace)
Antoine Musso
2014-11-16
pep8 linting (whitespace before/after)
Antoine Musso
2014-11-16
pep8 linting (blank lines expectations)
Antoine Musso
2014-11-16
pep8 linting (whitespaces)
Antoine Musso
2014-07-03
Support multiple refspecs in fetch.
Robert Collins
2014-02-09
tabs to 4 spaces - this won't make integrating the patches easier, but it's p...
Sebastian Thiel
2011-07-04
Fetch info can now deal much better with non-default ref specs, fixes #24, #25
Sebastian Thiel
2011-07-04
Fixes #23
Sebastian Thiel
2010-11-25
Moved everything into the git subdirectory - some tests still need to be adju...
Sebastian Thiel