aboutsummaryrefslogtreecommitdiff
path: root/git
AgeCommit message (Expand)Author
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
2016-04-14Return all available data from git-blameVincent Driessen
2016-04-14Drop dependency on sixVincent Driessen
2016-04-14Drop dependency on sixVincent Driessen
2016-04-14Fix test casesVincent Driessen
2016-04-14Export NULL_TREEVincent Driessen
2016-04-14Use a special object rather than a stringVincent Driessen
2016-04-14Fix commentVincent Driessen
2016-04-14Support "root" as a special value in .diff() callsVincent Driessen
2016-04-14Merge pull request #402 from rrei/masterSebastian Thiel
2016-04-14Merge pull request #409 from nvie/add-incremental-blame-supportSebastian Thiel
2016-04-13fixed unittest of issue #407 for Python3Piotr Pietraszkiewicz