summaryrefslogtreecommitdiff
path: root/git
Commit message (Expand)AuthorAgeFilesLines
* Split lines by new line charactersJonathan Chu2016-05-242-3/+5
* fix(cmd): don't catch progress handler exceptionsSebastian Thiel2016-05-241-6/+1
* Merge pull request #433 from StevenWColby/masterSebastian Thiel2016-05-196-6/+6
|\
| * Need spaces in Emacs style encoding commentSteven Colby2016-05-186-6/+6
* | Merge pull request #431 from guyzmo/fix-opt_arg-orderSebastian Thiel2016-05-191-0/+3
|\ \
| * | Fix order of operators before executing the git commandGuyzmo2016-05-121-0/+3
| |/
* | Use correct mode for executable filesSebastian Thiel2016-05-192-2/+2
* | Clarify costs of certain propertiesSebastian Thiel2016-05-191-2/+7
* | Deprecate Diffable.rename for .renamed_fileSebastian Thiel2016-05-192-1/+12
|/
* Allow "@" sign in fetch output linesVincent Driessen2016-04-241-2/+1
* Fix assertion2.0.0Sebastian Thiel2016-04-221-1/+1
* Merge pull request #414 from nvie/support-full-datetimes-on-commitsSebastian Thiel2016-04-203-2/+50
|\
| * Fix accidentally added importVincent Driessen2016-04-191-1/+0
| * Add support for getting "aware" datetime infoVincent Driessen2016-04-194-2/+51
* | Merge pull request #415 from nvie/fix-for-unicode-pathsSebastian Thiel2016-04-203-15/+139
|\ \
| * | Python 3 compat fixesVincent Driessen2016-04-202-2/+5
| * | Fix diff patch parser for paths with unsafe charsVincent Driessen2016-04-193-15/+136
| |/
* | Allow "$" sign in fetch output linesVincent Driessen2016-04-201-1/+1
|/
* Support repeated kwargsVincent Driessen2016-04-192-12/+24
* Fix order of regex partsVincent Driessen2016-04-191-3/+4
* Make test stricterVincent Driessen2016-04-191-1/+1
* Fix regexVincent Driessen2016-04-191-2/+2
* Make diff patch parsing more reliableVincent Driessen2016-04-194-14/+38
* Merge remote-tracking branch 'upstream/master' into enrich-incremental-blame-...Vincent Driessen2016-04-194-13/+45
|\
| * Remove Python 2.6 hackVincent Driessen2016-04-191-8/+1
| * Perform diff-tree recursively to have the same output as diffVincent Driessen2016-04-141-0/+2
| * Drop dependency on sixVincent Driessen2016-04-142-4/+5
| * Fix test casesVincent Driessen2016-04-141-4/+5
| * Export NULL_TREEVincent Driessen2016-04-141-1/+1
| * Use a special object rather than a stringVincent Driessen2016-04-141-2/+5
| * Fix commentVincent Driessen2016-04-141-1/+3
| * Support "root" as a special value in .diff() callsVincent Driessen2016-04-143-5/+36
* | Return all available data from git-blameVincent Driessen2016-04-142-8/+25
* | Drop dependency on sixVincent Driessen2016-04-142-4/+5
|/
* Merge pull request #402 from rrei/masterSebastian Thiel2016-04-141-2/+6
|\
| * Remove assertion over fetch refspec when explicitly specifiedrrei2016-03-291-2/+6
* | Merge pull request #409 from nvie/add-incremental-blame-supportSebastian Thiel2016-04-144-3/+134
|\ \
| * | Allow passing args to git-blameVincent Driessen2016-04-131-3/+3
| * | Add incremental blame supportVincent Driessen2016-04-134-2/+133
* | | fixed unittest of issue #407 for Python3Piotr Pietraszkiewicz2016-04-131-1/+1
* | | fix(index): avoid recursing endlessly in add()Piotr Pietraszkiewicz2016-04-132-3/+22
|/ /
* | Fix testsVincent Driessen2016-04-071-3/+3
* | Make sure .read() and friends always return bytesVincent Driessen2016-04-061-2/+2
|/
* fix(remote): asssertion message formattingSebastian Thiel2016-03-281-2/+3
* fix(refs): don't raise StopIterationSebastian Thiel2016-03-281-1/+1
* Add test and fixture for diff index from raw formatJonathan Chu2016-03-162-0/+7
* Split diff line by '\t' for metadata and pathJonathan Chu2016-03-151-1/+2
* config parsers as context mangers can now be reentered for locksRaphael Boidol2016-03-062-15/+38
* Merge pull request #389 from csnover/csnover-buffer-readsSebastian Thiel2016-02-251-0/+1
|\
| * fix(cmd): Use buffered readsColin Snover2016-02-241-0/+1