aboutsummaryrefslogtreecommitdiff
path: root/git
AgeCommit message (Expand)Author
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
2016-01-08DOC: minor typosYaroslav Halchenko
2015-12-21Fixed a non-Windows importAshley Whetter
2015-12-14fix(tree): remove Tree.cache - use IndexFile.write_tree() insteadSebastian Thiel
2015-12-14fix(tree): show that fixing Tree.cache is not possibleSebastian Thiel
2015-12-13chore(tree): remove dead codeSebastian Thiel
2015-12-13fix(tree): tree item sort now uses git-styleSebastian Thiel
2015-12-02Forgot to update _num_op_codesThibault Clerice
2015-12-02Added CHECKING_OUT as a logged operationThibault Clerice
2015-11-08fix(commit): respect daylight saving when computing utc-offsetSebastian Thiel
2015-10-16Merge pull request #354 from dpursehouse/execute-timeoutSebastian Thiel
2015-10-15fix(cmd): remove unused importSebastian Thiel
2015-10-15doc(cmd): make sure people know wait() may blockSebastian Thiel
2015-10-15Revert "fix(cmd): fixed deadlock when stderr buffer overflow"revert-357-autointerrupt_deadlock_fixSebastian Thiel
2015-10-15fix(cmd): fixed deadlock when stderr buffer overflowIvan Ryabchenko
2015-10-13Run os.kill for all child pids even after some of them are downOswin Nathanial
2015-10-13Update docstring for 'kill_after_timeout' parameterOswin Nathanial
2015-10-13Rename execute param 'timeout' to 'kill_after_timeout'Oswin Nathanial
2015-10-09Only create watchdog and event if timeout is specified in execute commandOswin Nathanial
2015-10-09Raise exception when timeout is used in execute command on WindowsOswin Nathanial
2015-09-28Include 'timeout' parameter in Git executeOswin Nathanial
2015-09-06fix(remote): assure only repository configurationSebastian Thiel
2015-09-06fix(config): ignore empty values in config fileSebastian Thiel
2015-08-29fix(compat): make test work with git >= 2.5Sebastian Thiel
2015-08-29fix(repo): fail loudly if worktrees are usedSebastian Thiel
2015-08-22fix(repo): use GitCmdObjectDB by defaultSebastian Thiel
2015-08-21Merge pull request #341 from StyXman/masterSebastian Thiel
2015-08-20fix(test): update to changes.Marcos Dione
2015-08-20fix(cmd): make short options with arguments become two separate arguments for...Marcos Dione
2015-08-17fix(test_index): fix encodingSebastian Thiel
2015-08-17fix(commit): serialization timezone handlingSebastian Thiel
2015-08-08fix(tests): remove dependency on sort orderSebastian Thiel
2015-08-08tests(submodule): add new submodule commitsSebastian Thiel
2015-07-29fix(index):allow adding non-unicode paths to indexSebastian Thiel
2015-07-29fix(diff): mode-assertions now deal with 0Sebastian Thiel
2015-07-28don't 'log' to stderr in `RemoteProgress`Sebastian Thiel