aboutsummaryrefslogtreecommitdiff
path: root/git/test/test_remote.py
AgeCommit message (Expand)Author
2015-01-30This should fix the test failure on travisSebastian Thiel
2015-01-30Added test to verify we can handle fetch prunes.Sebastian Thiel
2015-01-22Merge branch 'master' into teeberg-masterSebastian Thiel
2015-01-22Fetch now deals with custom refspecs much better.Sebastian Thiel
2015-01-21Fix some typosJonas Trappenberg
2015-01-21Added advance usage examples to tutorial and made minor fixes.Sebastian Thiel
2015-01-20Remote.fetch|pull() will not use poll/threads anymore as only stderr is read.Sebastian Thiel
2015-01-04Dum brute force conversion of all types.Sebastian Thiel
2015-01-04Removed 'from X import *' whereever possibleSebastian Thiel
2015-01-04Bumped version, updated changelog, reduced code smellSebastian Thiel
2015-01-03Various fixes and improvementsSebastian Thiel
2014-11-19Applied autopep8Sebastian Thiel
2014-11-16pep8 linting (trailing whitespace)Antoine Musso
2014-11-16pep8 linting (whitespace before/after)Antoine Musso
2014-11-16pep8 linting (blank lines expectations)Antoine Musso
2014-11-16pep8 linting (whitespaces)Antoine Musso
2014-07-03Support multiple refspecs in fetch.Robert Collins
2014-02-09tabs to 4 spaces - this won't make integrating the patches easier, but it's p...Sebastian Thiel
2011-07-04Fetch info can now deal much better with non-default ref specs, fixes #24, #25Sebastian Thiel
2011-07-04Fixes #23Sebastian Thiel
2010-11-25Moved everything into the git subdirectory - some tests still need to be adju...Sebastian Thiel