aboutsummaryrefslogtreecommitdiff
path: root/git
AgeCommit message (Expand)Author
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
2016-04-20Python 3 compat fixesVincent Driessen
2016-04-19Fix diff patch parser for paths with unsafe charsVincent Driessen
2016-04-19Fix accidentally added importVincent Driessen
2016-04-19Add support for getting "aware" datetime infoVincent Driessen
2016-04-19Support repeated kwargsVincent Driessen
2016-04-19Fix order of regex partsVincent Driessen
2016-04-19Make test stricterVincent Driessen
2016-04-19Fix regexVincent Driessen
2016-04-19Make diff patch parsing more reliableVincent Driessen
2016-04-19Merge remote-tracking branch 'upstream/master' into enrich-incremental-blame-...Vincent Driessen
2016-04-19Remove Python 2.6 hackVincent Driessen
2016-04-14Perform diff-tree recursively to have the same output as diffVincent Driessen