summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* log all the output from stdout and stderr for debugging process failuresBarry Scott2016-06-061-1/+14
* Merge remote-tracking branch 'upstream/master' into pr-cmd-raise-with-stderr-...Barry Scott2016-06-0613-19/+71
|\
| * Merge pull request #460 from ddanier/autointerrupt_del_no_os_killSebastian Thiel2016-06-021-1/+1
| |\
| | * Make sure os is not even partly destroyedDavid Danier2016-06-011-1/+1
| * | fix(test): remove unused importSebastian Thiel2016-06-022-1/+1
| |/
| * Merge pull request #459 from andy-maier/fix-457-typerror-on-py26Vincent Driessen2016-06-012-4/+5
| |\
| | * Fixed 'TypeError: decode() takes no keyword arguments' on Python 2.6Andreas Maier2016-06-012-4/+5
| |/
| * fix(test): do not skip test on travisSebastian Thiel2016-06-012-2/+0
| * chore(compat): state py2.6 support officiallySebastian Thiel2016-06-012-0/+3
| * Bump for new versionVincent Driessen2016-05-302-1/+6
| * This is 2.0.52.0.5Vincent Driessen2016-05-301-1/+1
| * Fix regexVincent Driessen2016-05-302-1/+6
| * This is 2.0.42.0.4Vincent Driessen2016-05-301-1/+1
| * Update changelogVincent Driessen2016-05-301-0/+3
| * Merge pull request #456 from gitpython-developers/fix-for-invalid-data-in-com...Sebastian Thiel2016-05-303-3/+16
| |\
| | * Ignore invalid data when decoding commit objectsfix-for-invalid-data-in-commitsVincent Driessen2016-05-301-3/+3
| | * Add test case as example of Git commit with invalid dataVincent Driessen2016-05-302-0/+13
| * | Merge pull request #454 from gitpython-developers/fix-octal-escaped-path-pars...Sebastian Thiel2016-05-304-8/+31
| |\ \
| | * | Fix bug in diff parser outputfix-octal-escaped-path-parser-bugVincent Driessen2016-05-304-8/+31
| | |/
| * | Merge pull request #455 from gitpython-developers/fix-ci-testsVincent Driessen2016-05-301-5/+6
| |\ \ | | |/ | |/|
| | * Skip test that always fails on Travis CIfix-ci-testsVincent Driessen2016-05-301-5/+6
| |/
* | Make sure that stderr is converted to bytesBarry Scott2016-05-302-5/+14
* | Fix flake8 complaintsBarry Scott2016-05-302-4/+4
* | Return stderr lines from a pull() call that failsBarry Scott2016-05-292-1/+13
* | Return all the stderr messge after an error is detected for pull()Barry Scott2016-05-292-5/+20
|/
* chore(remote): better super-class call syntaxSebastian Thiel2016-05-291-1/+1
* chore(flake8): whitespace ...Sebastian Thiel2016-05-291-1/+1
* Merge pull request #451 from barry-scott/pr-fix-callable-remote-progressSebastian Thiel2016-05-291-2/+2
|\
| * Fix traceback because _seen_ops is not initialisedBarry Scott2016-05-291-2/+2
|/
* fix(remote): improve version checkSebastian Thiel2016-05-291-2/+2
* fix(remote): Add CallableRemoteProgressSebastian Thiel2016-05-292-12/+22
* doc(changes): inform about new progress APISebastian Thiel2016-05-291-0/+3
* chore(misc): cleanup and docsSebastian Thiel2016-05-294-34/+24
* Merge pull request #450 from barry-scott/masterSebastian Thiel2016-05-293-10/+54
|\
| * Merge remote-tracking branch 'upstream/master'Barry Scott2016-05-284-17/+40
| |\ | |/ |/|
* | Merge pull request #447 from Xender/patch-1Sebastian Thiel2016-05-271-1/+1
|\ \
| * | Use proper syntax for conditional expressionAleksander Nitecki2016-05-261-1/+1
* | | Merge pull request #445 from guyzmo/got_rid_of_warningSebastian Thiel2016-05-271-1/+1
|\ \ \ | |/ / |/| |
| * | Changing warning to debug logging, to avoid warning showing off when nothing'...Guyzmo2016-05-261-1/+1
|/ /
* | fix(remote): py3 compatibilitySebastian Thiel2016-05-261-2/+2
* | fix(remote): py3 compatibilitySebastian Thiel2016-05-261-2/+2
* | fix(remote): use universal_newlines for fetch/pushSebastian Thiel2016-05-262-6/+13
* | fix(remote): real-time reading of lines from stderrSebastian Thiel2016-05-261-1/+1
* | chore(compat): another attempt to get travis rightSebastian Thiel2016-05-262-2/+3
* | chore(compat): re-add allowed breakage of py2.6Sebastian Thiel2016-05-261-0/+4
* | Merge pull request #443 from boegel/fix_ordereddictSebastian Thiel2016-05-261-1/+1
|\ \
| * | import OrderedDict from git.odict rather than directly from collections, to p...Kenneth Hoste2016-05-261-1/+1
|/ /
* | fix(remote): better array truncation logicSebastian Thiel2016-05-251-5/+9
* | fix(remote): remove assertion in favour of runtime stabilitySebastian Thiel2016-05-251-4/+11
| * The progress arg to push, pull, fetch and clone is now a python callable.Barry Scott2016-05-283-10/+54
|/