summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* chore(version-up): v1.0.21.0.2Sebastian Thiel2016-02-111-1/+1
* chore(travis): remove test for issue 301Sebastian Thiel2016-02-072-35/+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
* Merge pull request #374 from yarikoptic/upstream-masterSebastian Thiel2016-01-092-2/+2
|\
| * DOC: minor typosYaroslav Halchenko2016-01-082-2/+2
|/
* Merge pull request #372 from AardmanCGI/win_sigkill_fixSebastian Thiel2015-12-211-3/+5
|\
| * Fixed a non-Windows importAshley Whetter2015-12-211-3/+5
|/
* fix(tree): remove Tree.cache - use IndexFile.write_tree() insteadSebastian Thiel2015-12-142-150/+66
* 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
* Merge pull request #368 from PonteIneptique/issue-330Sebastian Thiel2015-12-021-2/+4
|\
| * 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
* | Merge pull request #358 from gitpython-developers/revert-357-autointerrupt_de...Sebastian Thiel2015-10-151-4/+4
|\ \
| * | Revert "fix(cmd): fixed deadlock when stderr buffer overflow"revert-357-autointerrupt_deadlock_fixSebastian Thiel2015-10-151-4/+4
|/ /
* | Merge pull request #357 from rikdev/autointerrupt_deadlock_fixSebastian Thiel2015-10-151-4/+4
|\ \ | |/ |/|
| * fix(cmd): fixed deadlock when stderr buffer overflowIvan Ryabchenko2015-10-151-4/+4
|/
* docs(README): remove link to (now deleted) mailing listSebastian Thiel2015-09-251-3/+1
* 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-223-6/+6
* 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-173-2/+9
* | fix(tests): remove dependency on sort orderSebastian Thiel2015-08-081-1/+1
* | tests(submodule): add new submodule commitsSebastian Thiel2015-08-081-1/+32
* | docs(README): removed coveralls linkSebastian Thiel2015-08-081-1/+0
* | 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
* Merge pull request #329 from cool-RR/patch-2Sebastian Thiel2015-07-281-1/+1
|\
| * Fix bug in tutorialRam Rachum2015-07-281-1/+1
|/
* Merge pull request #326 from vokimon/packed-refs-releasing-resources-patch-1Sebastian Thiel2015-07-271-17/+17
|\