index
:
GitPython
0.1
0.2
experiment-2012
fix-ci-tests
fix-non-ascii-chars-in-status-lines
gh-pages
issue-232-reproduction
issue-301-reproduction
master
no_devnull_open
py2
revert-357-autointerrupt_deadlock_fix
Forked from https://github.com/gitpython-developers/GitPython
Oskari Timperi
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
git
/
cmd.py
Age
Commit message (
Expand
)
Author
2015-10-13
Run os.kill for all child pids even after some of them are down
Oswin Nathanial
2015-10-13
Update docstring for 'kill_after_timeout' parameter
Oswin Nathanial
2015-10-13
Rename execute param 'timeout' to 'kill_after_timeout'
Oswin Nathanial
2015-10-09
Only create watchdog and event if timeout is specified in execute command
Oswin Nathanial
2015-10-09
Raise exception when timeout is used in execute command on Windows
Oswin Nathanial
2015-09-28
Include 'timeout' parameter in Git execute
Oswin Nathanial
2015-08-20
fix(cmd): make short options with arguments become two separate arguments for...
Marcos Dione
2015-07-03
fix(cmd): don't open stdout when fetching
Sebastian Thiel
2015-07-03
fix(cmd): line parsing
Sebastian Thiel
2015-06-25
Added NullHandlers to all loggers to preven "No handler" messages
James Nowell
2015-05-31
fix(git-cmd): set LANGUAGE as well
Sebastian Thiel
2015-05-31
fix(git-cmd): use LC_ALL instead of LC_MESSAGES
Sebastian Thiel
2015-04-08
fix(cmd): throw GitCommandNotFoundError ...
Sebastian Thiel
2015-02-21
Added 'insert_kwargs_after' flag for consumption by _call_process.
Sebastian Thiel
2015-01-22
Removed Git.sshkey() as it couldn't be distributed properly.
0.3.6
Sebastian Thiel
2015-01-22
Merge branch 'master' into teeberg-master
Sebastian Thiel
2015-01-22
Intermediate commit on my way to get this finalized.
Sebastian Thiel
2015-01-21
Rename 'environment' and 'set_environment'
Jonas Trappenberg
2015-01-21
Add method to query environment
Jonas Trappenberg
2015-01-21
Add 'sshkey' context manager
Jonas Trappenberg
2015-01-21
Fix some typos
Jonas Trappenberg
2015-01-21
Added advance usage examples to tutorial and made minor fixes.
Sebastian Thiel
2015-01-21
Initial set of documentation improvements, and a fix to the submodule tests.
Sebastian Thiel
2015-01-20
Another take on fixing the current concurrent read implementation in git.cmd
Sebastian Thiel
2015-01-14
Fixed some doc strings to build correctly with sphinx
Sebastian Thiel
2015-01-14
An attempt to help the threaded reading to not show spurious errors anymore.
Sebastian Thiel
2015-01-12
IndexFile.commit() now runs pre-commit and post-commit hooks.
Sebastian Thiel
2015-01-09
Added test to assure blame can deal with binary patches.
Sebastian Thiel
2015-01-08
Improve error handling of fetch/pull line parsing
Sebastian Thiel
2015-01-07
Made improvements to assure test-cases don't leak file handles
Sebastian Thiel
2015-01-07
Fix flake8
Sebastian Thiel
2015-01-07
Using a wait-group seems to properly sync the threads for buffer depletion
Sebastian Thiel
2015-01-07
Implemented threaded version of pipe-draining
Sebastian Thiel
2015-01-07
Implemented non-blocking operations using poll()
Sebastian Thiel
2015-01-07
Make sure we ignore WindowsErrors too, in case the process is already dead
Sebastian Thiel
2015-01-07
This should fix flake8 on py3
Sebastian Thiel
2015-01-06
Make flake8 happy
Sebastian Thiel
2015-01-06
test_repo works
Sebastian Thiel
2015-01-06
test_remote works
Sebastian Thiel
2015-01-05
test_commit works once again
Sebastian Thiel
2015-01-05
Intermediate commit: test_config and test_actor works
Sebastian Thiel
2015-01-04
Dum brute force conversion of all types.
Sebastian Thiel
2015-01-04
initial set of adjustments to make (most) imports work.
Sebastian Thiel
2015-01-04
Replaced ordered dict with standard version; used logging module
Sebastian Thiel
2015-01-04
Bumped version, updated changelog, reduced code smell
Sebastian Thiel
2015-01-03
Various fixes and improvements
Sebastian Thiel
2014-11-19
Applied autopep8
Sebastian Thiel
2014-11-17
Copy environment for subprocess execution
Darragh Bailey
2014-11-17
Merge branch 'patch-1' of https://github.com/boppreh/GitPython into boppreh-p...
Sebastian Thiel
2014-11-17
Merge pull request #205 from hashar/rm-unicode-bom
Sebastian Thiel
[next]