summaryrefslogtreecommitdiff
path: root/git
Commit message (Expand)AuthorAgeFilesLines
* 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
* | Revert "fix(cmd): fixed deadlock when stderr buffer overflow"revert-357-autointerrupt_deadlock_fixSebastian Thiel2015-10-151-4/+4
* | fix(cmd): fixed deadlock when stderr buffer overflowIvan Ryabchenko2015-10-151-4/+4
|/
* fix(remote): assure only repository configurationSebastian Thiel2015-09-061-1/+1
* fix(config): ignore empty values in config fileSebastian Thiel2015-09-063-6/+25
* fix(compat): make test work with git >= 2.5Sebastian Thiel2015-08-291-0/+3
* fix(repo): fail loudly if worktrees are usedSebastian Thiel2015-08-293-10/+39
* fix(repo): use GitCmdObjectDB by defaultSebastian Thiel2015-08-222-6/+3
* Merge pull request #341 from StyXman/masterSebastian Thiel2015-08-212-2/+2
|\
| * fix(test): update to changes.Marcos Dione2015-08-201-1/+1
| * fix(cmd): make short options with arguments become two separate arguments for...Marcos Dione2015-08-201-1/+1
* | fix(test_index): fix encodingSebastian Thiel2015-08-171-2/+2
* | fix(commit): serialization timezone handlingSebastian Thiel2015-08-172-2/+2
* | fix(tests): remove dependency on sort orderSebastian Thiel2015-08-081-1/+1
* | tests(submodule): add new submodule commitsSebastian Thiel2015-08-081-1/+32
* | fix(index):allow adding non-unicode paths to indexSebastian Thiel2015-07-292-2/+16
|/
* fix(diff): mode-assertions now deal with 0Sebastian Thiel2015-07-292-2/+34
* don't 'log' to stderr in `RemoteProgress`Sebastian Thiel2015-07-281-1/+0
* Ensure file resources are releasedDavid García Garzón2015-07-261-17/+17