aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2016-05-30Bump for new versionVincent Driessen
2016-05-30This is 2.0.52.0.5Vincent Driessen
2016-05-30Fix regexVincent Driessen
2016-05-30This is 2.0.42.0.4Vincent Driessen
2016-05-30Update changelogVincent Driessen
2016-05-30Merge pull request #456 from gitpython-developers/fix-for-invalid-data-in-com...Sebastian Thiel
2016-05-30Merge pull request #454 from gitpython-developers/fix-octal-escaped-path-pars...Sebastian Thiel
2016-05-30Ignore invalid data when decoding commit objectsVincent Driessen
2016-05-30Merge pull request #455 from gitpython-developers/fix-ci-testsVincent Driessen
2016-05-30Add test case as example of Git commit with invalid dataVincent Driessen
2016-05-30Skip test that always fails on Travis CIfix-ci-testsVincent Driessen
2016-05-30Fix bug in diff parser outputVincent Driessen
2016-05-29chore(remote): better super-class call syntaxSebastian Thiel
2016-05-29chore(flake8): whitespace ...Sebastian Thiel
2016-05-29Merge pull request #451 from barry-scott/pr-fix-callable-remote-progressSebastian Thiel
2016-05-29Fix traceback because _seen_ops is not initialisedBarry Scott
2016-05-29fix(remote): improve version checkSebastian Thiel
2016-05-29fix(remote): Add CallableRemoteProgressSebastian Thiel
2016-05-29doc(changes): inform about new progress APISebastian Thiel
2016-05-29chore(misc): cleanup and docsSebastian Thiel
2016-05-29Merge pull request #450 from barry-scott/masterSebastian Thiel
2016-05-28Merge remote-tracking branch 'upstream/master'Barry Scott
2016-05-28The progress arg to push, pull, fetch and clone is now a python callable.Barry Scott
2016-05-27Merge pull request #447 from Xender/patch-1Sebastian Thiel
2016-05-27Merge pull request #445 from guyzmo/got_rid_of_warningSebastian Thiel
2016-05-26Use proper syntax for conditional expressionAleksander Nitecki
2016-05-26Changing warning to debug logging, to avoid warning showing off when nothing'...Guyzmo
2016-05-26fix(remote): py3 compatibilitySebastian Thiel
2016-05-26fix(remote): py3 compatibilitySebastian Thiel
2016-05-26fix(remote): use universal_newlines for fetch/pushSebastian Thiel
2016-05-26fix(remote): real-time reading of lines from stderrSebastian Thiel
2016-05-26chore(compat): another attempt to get travis rightSebastian Thiel
2016-05-26chore(compat): re-add allowed breakage of py2.6Sebastian Thiel
2016-05-26Merge pull request #443 from boegel/fix_ordereddictSebastian Thiel
2016-05-26import OrderedDict from git.odict rather than directly from collections, to p...Kenneth Hoste
2016-05-25fix(remote): better array truncation logicSebastian Thiel
2016-05-25fix(remote): remove assertion in favour of runtime stabilitySebastian Thiel
2016-05-25chore(changes): put fix to correct patch levelSebastian Thiel
2016-05-25fix(requirements): now works with toxSebastian Thiel
2016-05-25fix(RemoteProgress): improve message sanitizationSebastian Thiel
2016-05-24Fix link to latest changelogVincent Driessen
2016-05-24Fixes for RST syntaxVincent Driessen
2016-05-24Bump the version to 2.0.32.0.3Vincent Driessen
2016-05-24Wrap long lines for display in terminalsVincent Driessen
2016-05-24Add fix to changelogVincent Driessen
2016-05-24Merge branch 'jonathanchu-master'Vincent Driessen
2016-05-24Ignore trailing last empty string in .split() outputVincent Driessen
2016-05-24Check if byte string is empty for py3 compatibilityJonathan Chu
2016-05-24fix(cmd): fix with_stdout implementationSebastian Thiel
2016-05-24Split lines by new line charactersJonathan Chu