aboutsummaryrefslogtreecommitdiff
path: root/git
AgeCommit message (Expand)Author
2016-06-06Don't choke on (legitimately) invalidly encoded Unicode pathsVincent Driessen
2016-06-02Merge pull request #460 from ddanier/autointerrupt_del_no_os_killSebastian Thiel
2016-06-02fix(test): remove unused importSebastian Thiel
2016-06-01Make sure os is not even partly destroyedDavid Danier
2016-06-01Fixed 'TypeError: decode() takes no keyword arguments' on Python 2.6Andreas Maier
2016-06-01fix(test): do not skip test on travisSebastian Thiel
2016-05-30Fix regexVincent 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-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-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-29chore(misc): cleanup and docsSebastian 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-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-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-25fix(RemoteProgress): improve message sanitizationSebastian Thiel
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
2016-05-24fix(cmd): don't catch progress handler exceptionsSebastian Thiel
2016-05-19Merge pull request #433 from StevenWColby/masterSebastian Thiel
2016-05-19Merge pull request #431 from guyzmo/fix-opt_arg-orderSebastian Thiel
2016-05-19Use correct mode for executable filesSebastian Thiel
2016-05-19Clarify costs of certain propertiesSebastian Thiel
2016-05-19Deprecate Diffable.rename for .renamed_fileSebastian Thiel
2016-05-18Need spaces in Emacs style encoding commentSteven Colby
2016-05-12Fix order of operators before executing the git commandGuyzmo
2016-04-24Allow "@" sign in fetch output linesVincent Driessen
2016-04-22Fix assertion2.0.0Sebastian Thiel
2016-04-20Merge pull request #414 from nvie/support-full-datetimes-on-commitsSebastian Thiel
2016-04-20Merge pull request #415 from nvie/fix-for-unicode-pathsSebastian Thiel
2016-04-20Allow "$" sign in fetch output linesVincent Driessen