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
2016-06-14
fix(flake): misc whitespace fixes
Sebastian Thiel
2016-06-13
fix(misc): various cleanup
Sebastian Thiel
2016-06-06
Can get a str object from stream.read rather then bytes.
Barry Scott
2016-06-06
log all the output from stdout and stderr for debugging process failures
Barry Scott
2016-06-06
Merge remote-tracking branch 'upstream/master' into pr-cmd-raise-with-stderr-...
Barry Scott
2016-06-01
Make sure os is not even partly destroyed
David Danier
2016-05-30
Make sure that stderr is converted to bytes
Barry Scott
2016-05-29
Return all the stderr messge after an error is detected for pull()
Barry Scott
2016-05-26
Use proper syntax for conditional expression
Aleksander Nitecki
2016-05-26
fix(remote): use universal_newlines for fetch/push
Sebastian Thiel
2016-05-26
import OrderedDict from git.odict rather than directly from collections, to p...
Kenneth Hoste
2016-05-24
fix(cmd): fix with_stdout implementation
Sebastian Thiel
2016-05-24
fix(cmd): don't catch progress handler exceptions
Sebastian Thiel
2016-05-12
Fix order of operators before executing the git command
Guyzmo
2016-04-19
Support repeated kwargs
Vincent Driessen
2016-04-06
Make sure .read() and friends always return bytes
Vincent Driessen
2016-02-24
fix(cmd): Use buffered reads
Colin Snover
2016-02-14
fix(cmd): allow improved errors during clone operation
Sebastian Thiel
2016-02-13
fix(cmd): focus !
Sebastian Thiel
2016-02-13
fix(cmd): safely read from stderr
Sebastian Thiel
2016-02-07
fix(cmd): prevent deadlock on clone/fetch/pull
Sebastian Thiel
2015-12-21
Fixed a non-Windows import
Ashley Whetter
2015-10-16
Merge pull request #354 from dpursehouse/execute-timeout
Sebastian Thiel
2015-10-15
fix(cmd): remove unused import
Sebastian Thiel
2015-10-15
doc(cmd): make sure people know wait() may block
Sebastian Thiel
2015-10-15
Revert "fix(cmd): fixed deadlock when stderr buffer overflow"
revert-357-autointerrupt_deadlock_fix
Sebastian Thiel
2015-10-15
fix(cmd): fixed deadlock when stderr buffer overflow
Ivan Ryabchenko
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
[next]