| Commit message (Expand) | Author | Age | Files | Lines |
* | tests: move to root dir | Konrad Weihmann | 2020-07-12 | 1 | -653/+0 |
* | Revert moving tests out of 'git' folder, related to #1030 | Sebastian Thiel | 2020-07-12 | 1 | -0/+653 |
* | tests: move to root dir | Konrad Weihmann | 2020-07-12 | 1 | -653/+0 |
* | Replace assert_raises with assertRaises | Harmon | 2020-02-16 | 1 | -4/+3 |
* | Replace deprecated failUnlessRaises alias with assertRaises in tests | Harmon | 2020-02-16 | 1 | -11/+11 |
* | Remove and replace compat.string_types | Harmon | 2020-02-08 | 1 | -3/+2 |
* | Removing unused import | JJ Graham | 2019-10-24 | 1 | -1/+1 |
* | Fix #820 | JJ Graham | 2019-10-24 | 1 | -1/+1 |
* | removed trailing whitespaces | Pratik Anurag | 2019-10-15 | 1 | -1/+1 |
* | renamed unsed variables | Pratik Anurag | 2019-10-15 | 1 | -1/+1 |
* | Parse rejected deletes. | Uri Baghin | 2019-09-28 | 1 | -0/+8 |
* | Remove assert that can fail erroneously. | Uri Baghin | 2019-09-28 | 1 | -1/+0 |
* | Resolve test incompatibility with git v2.21.0 | James E. King III | 2019-05-05 | 1 | -1/+1 |
* | Fix test-only issue with git 2.20 or later handling a clobbered tag | James E. King III | 2019-03-15 | 1 | -2/+8 |
* | Rewrite unnecessary dict/list/tuple calls as literals | Hugo | 2018-03-18 | 1 | -2/+2 |
* | Drop support for EOL Python 2.6 | Hugo | 2018-03-18 | 1 | -4/+1 |
* | Spelling fixes | Ville Skyttä | 2017-03-09 | 1 | -1/+1 |
* | fix(remote): test | Sebastian Thiel | 2016-12-22 | 1 | -1/+1 |
* | Fixes to support Python 2.6 again. | Andreas Maier | 2016-10-24 | 1 | -1/+4 |
* | remote, #525: FIX BUG push-cmd misses error messages | Kostis Anagnostopoulos | 2016-10-14 | 1 | -59/+73 |
* | test, #525: allow disabling freeze errors separately | Kostis Anagnostopoulos | 2016-10-13 | 1 | -40/+45 |
* | daemon, #525: FIX remote urls in config-files | Kostis Anagnostopoulos | 2016-10-12 | 1 | -10/+9 |
* | hidden win_errors: mark also git-daemon errors failing | Kostis Anagnostopoulos | 2016-10-11 | 1 | -0/+6 |
* | io: Wrap (probably) allconfig_writers in `with` blocks | Kostis Anagnostopoulos | 2016-10-04 | 1 | -8/+8 |
* | src: No PyDev warnings | Kostis Anagnostopoulos | 2016-10-04 | 1 | -3/+3 |
* | io, #519: ALL open() --> with open() | Kostis Anagnostopoulos | 2016-10-01 | 1 | -2/+2 |
* | Win, #519: FIX with_rw_directory() to remove read-only dirs | Kostis Anagnostopoulos | 2016-09-28 | 1 | -3/+2 |
* | Win, #519: FIX undead Git-daemon on Windows | Kostis Anagnostopoulos | 2016-09-28 | 1 | -3/+1 |
* | test, #519: No remote TCs, git-daemon cannot die@! | Kostis Anagnostopoulos | 2016-09-28 | 1 | -2/+4 |
* | win: GC.collect on all TC.tearDown to fix appveyor hang runs | Kostis Anagnostopoulos | 2016-09-26 | 1 | -0/+4 |
* | Adding support for git remote set-url/get-url API to Remote | Guyzmo | 2016-06-08 | 1 | -2/+47 |
* | fix(RemoteProgress): improve message sanitization | Sebastian Thiel | 2016-05-25 | 1 | -0/+8 |
* | fix(remote): assert fetch respec is set | Sebastian Thiel | 2015-06-10 | 1 | -0/+5 |
* | test: make git-daemon port configurable via env | Benedikt Morbach | 2015-04-21 | 1 | -2/+3 |
* | fix(remote): allow to raise during push/fetch | Sebastian Thiel | 2015-04-08 | 1 | -2/+1 |
* | Added 'insert_kwargs_after' flag for consumption by _call_process. | Sebastian Thiel | 2015-02-21 | 1 | -0/+3 |
* | This should fix the test failure on travis | Sebastian Thiel | 2015-01-30 | 1 | -0/+5 |
* | Added test to verify we can handle fetch prunes. | Sebastian Thiel | 2015-01-30 | 1 | -0/+13 |
* | Merge branch 'master' into teeberg-master | Sebastian Thiel | 2015-01-22 | 1 | -1/+15 |
|\ |
|
| * | Fetch now deals with custom refspecs much better. | Sebastian Thiel | 2015-01-22 | 1 | -1/+15 |
* | | Fix some typos | Jonas Trappenberg | 2015-01-21 | 1 | -2/+2 |
|/ |
|
* | Added advance usage examples to tutorial and made minor fixes. | Sebastian Thiel | 2015-01-21 | 1 | -0/+4 |
* | Remote.fetch|pull() will not use poll/threads anymore as only stderr is read. | Sebastian Thiel | 2015-01-20 | 1 | -0/+1 |
* | Dum brute force conversion of all types. | Sebastian Thiel | 2015-01-04 | 1 | -2/+3 |
* | Removed 'from X import *' whereever possible | Sebastian Thiel | 2015-01-04 | 1 | -2/+18 |
* | Bumped version, updated changelog, reduced code smell | Sebastian Thiel | 2015-01-04 | 1 | -2/+2 |
* | Various fixes and improvements | Sebastian Thiel | 2015-01-03 | 1 | -6/+7 |
* | Applied autopep8 | Sebastian Thiel | 2014-11-19 | 1 | -14/+15 |
* | pep8 linting (trailing whitespace) | Antoine Musso | 2014-11-16 | 1 | -27/+27 |
* | pep8 linting (whitespace before/after) | Antoine Musso | 2014-11-16 | 1 | -13/+13 |