aboutsummaryrefslogtreecommitdiff
path: root/git
AgeCommit message (Expand)Author
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
2016-04-13fix(index): avoid recursing endlessly in add()Piotr Pietraszkiewicz
2016-04-13Allow passing args to git-blameVincent Driessen
2016-04-13Add incremental blame supportVincent Driessen
2016-04-07Fix testsVincent Driessen
2016-04-06Make sure .read() and friends always return bytesVincent Driessen
2016-03-29Remove assertion over fetch refspec when explicitly specifiedrrei
2016-03-28fix(remote): asssertion message formattingSebastian Thiel
2016-03-28fix(refs): don't raise StopIterationSebastian Thiel
2016-03-16Add test and fixture for diff index from raw formatJonathan Chu
2016-03-15Split diff line by '\t' for metadata and pathJonathan Chu
2016-03-06config parsers as context mangers can now be reentered for locksRaphael Boidol
2016-02-25Merge pull request #389 from csnover/csnover-buffer-readsSebastian Thiel
2016-02-25Merge pull request #385 from yarikoptic/skip-testSebastian Thiel
2016-02-24fix(cmd): Use buffered readsColin Snover
2016-02-20enable config parsers to be used as context managersRaphael Boidol
2016-02-14ENH: skip test_is_ancestor on git versions < 1.8.0 not supporting git merge-b...Yaroslav Halchenko
2016-02-14fix(cmd): allow improved errors during clone operationSebastian Thiel
2016-02-13fix(cmd): focus !Sebastian Thiel
2016-02-13fix(cmd): safely read from stderrSebastian Thiel
2016-02-11fix(refs): set fixture different versionSebastian Thiel
2016-02-11chore(version): set to next patch releaseSebastian Thiel
2016-02-07fix(cmd): prevent deadlock on clone/fetch/pullSebastian Thiel
2016-02-07chore(flake8): unnused importSebastian Thiel
2016-02-07fix(clone): call communicate if there is no progress handlerSebastian Thiel