summaryrefslogtreecommitdiff
path: root/git
Commit message (Expand)AuthorAgeFilesLines
...
| * 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
* | Merge pull request #385 from yarikoptic/skip-testSebastian Thiel2016-02-251-0/+4
|\ \ | |/ |/|
| * ENH: skip test_is_ancestor on git versions < 1.8.0 not supporting git merge-b...Yaroslav Halchenko2016-02-141-0/+4
* | enable config parsers to be used as context managersRaphael Boidol2016-02-203-42/+51
* | fix(cmd): allow improved errors during clone operationSebastian Thiel2016-02-143-6/+7
* | fix(cmd): focus !Sebastian Thiel2016-02-131-1/+1
* | fix(cmd): safely read from stderrSebastian Thiel2016-02-131-1/+9
|/
* fix(refs): set fixture different versionSebastian Thiel2016-02-111-1/+1
* chore(version): set to next patch releaseSebastian Thiel2016-02-111-1/+1
* fix(cmd): prevent deadlock on clone/fetch/pullSebastian Thiel2016-02-073-12/+7
* chore(flake8): unnused importSebastian Thiel2016-02-072-2/+1
* fix(clone): call communicate if there is no progress handlerSebastian Thiel2016-02-072-1/+2
* DOC: minor typosYaroslav Halchenko2016-01-082-2/+2
* Fixed a non-Windows importAshley Whetter2015-12-211-3/+5
* fix(tree): remove Tree.cache - use IndexFile.write_tree() insteadSebastian Thiel2015-12-141-85/+0
* fix(tree): show that fixing Tree.cache is not possibleSebastian Thiel2015-12-142-43/+64
* chore(tree): remove dead codeSebastian Thiel2015-12-131-1/+0
* fix(tree): tree item sort now uses git-styleSebastian Thiel2015-12-132-1/+69
* Forgot to update _num_op_codesThibault Clerice2015-12-021-1/+1
* Added CHECKING_OUT as a logged operationThibault Clerice2015-12-021-1/+3
* fix(commit): respect daylight saving when computing utc-offsetSebastian Thiel2015-11-082-2/+6
* Merge pull request #354 from dpursehouse/execute-timeoutSebastian Thiel2015-10-161-1/+50
|\
| * Run os.kill for all child pids even after some of them are downOswin Nathanial2015-10-131-1/+4
| * Update docstring for 'kill_after_timeout' parameterOswin Nathanial2015-10-131-1/+5
| * Rename execute param 'timeout' to 'kill_after_timeout'Oswin Nathanial2015-10-131-10/+10
| * Only create watchdog and event if timeout is specified in execute commandOswin Nathanial2015-10-091-8/+10
| * Raise exception when timeout is used in execute command on WindowsOswin Nathanial2015-10-091-0/+2
| * Include 'timeout' parameter in Git executeOswin Nathanial2015-09-281-1/+39
* | fix(cmd): remove unused importSebastian Thiel2015-10-151-1/+0
* | doc(cmd): make sure people know wait() may blockSebastian Thiel2015-10-151-0/+2