summaryrefslogtreecommitdiff
path: root/git/cmd.py
Commit message (Expand)AuthorAgeFilesLines
* fix(cmd): don't open stdout when fetchingSebastian Thiel2015-07-031-80/+75
* fix(cmd): line parsingSebastian Thiel2015-07-031-68/+81
* Added NullHandlers to all loggers to preven "No handler" messagesJames Nowell2015-06-251-0/+1
* fix(git-cmd): set LANGUAGE as wellSebastian Thiel2015-05-311-0/+3
* fix(git-cmd): use LC_ALL instead of LC_MESSAGESSebastian Thiel2015-05-311-2/+4
* fix(cmd): throw GitCommandNotFoundError ...Sebastian Thiel2015-04-081-13/+33
* Added 'insert_kwargs_after' flag for consumption by _call_process.Sebastian Thiel2015-02-211-1/+13
* Removed Git.sshkey() as it couldn't be distributed properly.0.3.6Sebastian Thiel2015-01-221-21/+0
* Merge branch 'master' into teeberg-masterSebastian Thiel2015-01-221-1/+0
|\
* | Intermediate commit on my way to get this finalized.Sebastian Thiel2015-01-221-11/+14
* | Rename 'environment' and 'set_environment'Jonas Trappenberg2015-01-211-10/+10
* | Add method to query environmentJonas Trappenberg2015-01-211-0/+3
* | Add 'sshkey' context managerJonas Trappenberg2015-01-211-1/+75
* | Fix some typosJonas Trappenberg2015-01-211-2/+2
|/
* Added advance usage examples to tutorial and made minor fixes.Sebastian Thiel2015-01-211-2/+7
* Initial set of documentation improvements, and a fix to the submodule tests.Sebastian Thiel2015-01-211-1/+1
* Another take on fixing the current concurrent read implementation in git.cmdSebastian Thiel2015-01-201-34/+77
* Fixed some doc strings to build correctly with sphinxSebastian Thiel2015-01-141-3/+3
* An attempt to help the threaded reading to not show spurious errors anymore.Sebastian Thiel2015-01-141-8/+8
* IndexFile.commit() now runs pre-commit and post-commit hooks.Sebastian Thiel2015-01-121-1/+1
* Added test to assure blame can deal with binary patches.Sebastian Thiel2015-01-091-2/+8
* Improve error handling of fetch/pull line parsingSebastian Thiel2015-01-081-1/+6
* Made improvements to assure test-cases don't leak file handlesSebastian Thiel2015-01-071-6/+16
* Fix flake8Sebastian Thiel2015-01-071-10/+10
* Using a wait-group seems to properly sync the threads for buffer depletionSebastian Thiel2015-01-071-8/+12
* Implemented threaded version of pipe-drainingSebastian Thiel2015-01-071-15/+30
* Implemented non-blocking operations using poll()Sebastian Thiel2015-01-071-0/+96
* Make sure we ignore WindowsErrors too, in case the process is already deadSebastian Thiel2015-01-071-1/+1
* This should fix flake8 on py3Sebastian Thiel2015-01-071-1/+3
* Make flake8 happySebastian Thiel2015-01-061-4/+3
* test_repo worksSebastian Thiel2015-01-061-7/+10
* test_remote worksSebastian Thiel2015-01-061-1/+1
* test_commit works once againSebastian Thiel2015-01-051-1/+6
* Intermediate commit: test_config and test_actor worksSebastian Thiel2015-01-051-17/+27
* Dum brute force conversion of all types.Sebastian Thiel2015-01-041-3/+3
* initial set of adjustments to make (most) imports work.Sebastian Thiel2015-01-041-6/+8
* Replaced ordered dict with standard version; used logging moduleSebastian Thiel2015-01-041-4/+7
* Bumped version, updated changelog, reduced code smellSebastian Thiel2015-01-041-7/+9
* Various fixes and improvementsSebastian Thiel2015-01-031-1/+1
* Applied autopep8Sebastian Thiel2014-11-191-28/+30
* Copy environment for subprocess executionDarragh Bailey2014-11-171-1/+3
* Merge branch 'patch-1' of https://github.com/boppreh/GitPython into boppreh-p...Sebastian Thiel2014-11-171-1/+3
|\
| * Avoid spawning console windows when running from .pywBoppreH2013-10-171-0/+1
* | Merge pull request #205 from hashar/rm-unicode-bomSebastian Thiel2014-11-171-1/+1
|\ \
| * | Remove Byte Order Mark from git/cmd.pyAntoine Musso2014-11-161-1/+1
* | | pep8 linting (trailing whitespace)Antoine Musso2014-11-161-40/+40
* | | pep8 linting (double spaces before comment)Antoine Musso2014-11-161-2/+2
* | | pep8 linting (whitespace before/after)Antoine Musso2014-11-161-11/+11
* | | pep8 linting (blank lines expectations)Antoine Musso2014-11-161-3/+4
* | | pep8 linting (whitespaces)Antoine Musso2014-11-161-71/+71
|/ /