index
:
delta/python-packages/gitpython.git
0.1
0.2
0.3
Fix-#1334
baserock/zuul-ci
black-fmt
experiment-2012
fix
fix-1103
fix-ci-tests
fix-dont-choke-on-invalid-unicode-paths
fix-for-invalid-data-in-commits
fix-non-ascii-chars-in-status-lines
fix-octal-escaped-path-parser-bug
flock
gh-pages
index-no-read-lock
issue-232-reproduction
issue-301-reproduction
keep-raw-bytes-on-diffs
main
master
more-robust-git-diff
no_devnull_open
orig_master
patches
py2
py3
revert-357-autointerrupt_deadlock_fix
typing
github.com: gitpython-developers/GitPython.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
git
/
cmd.py
Commit message (
Expand
)
Author
Age
Files
Lines
*
Use proper syntax for conditional expression
Aleksander Nitecki
2016-05-26
1
-1
/
+1
*
fix(remote): use universal_newlines for fetch/push
Sebastian Thiel
2016-05-26
1
-2
/
+7
*
import OrderedDict from git.odict rather than directly from collections, to p...
Kenneth Hoste
2016-05-26
1
-1
/
+1
*
fix(cmd): fix with_stdout implementation
Sebastian Thiel
2016-05-24
1
-1
/
+1
*
fix(cmd): don't catch progress handler exceptions
Sebastian Thiel
2016-05-24
1
-6
/
+1
*
Fix order of operators before executing the git command
Guyzmo
2016-05-12
1
-0
/
+3
*
Support repeated kwargs
Vincent Driessen
2016-04-19
1
-12
/
+20
*
Make sure .read() and friends always return bytes
Vincent Driessen
2016-04-06
1
-2
/
+2
*
fix(cmd): Use buffered reads
Colin Snover
2016-02-24
1
-0
/
+1
*
fix(cmd): allow improved errors during clone operation
Sebastian Thiel
2016-02-14
1
-2
/
+3
*
fix(cmd): focus !
Sebastian Thiel
2016-02-13
1
-1
/
+1
*
fix(cmd): safely read from stderr
Sebastian Thiel
2016-02-13
1
-1
/
+9
*
fix(cmd): prevent deadlock on clone/fetch/pull
Sebastian Thiel
2016-02-07
1
-2
/
+4
*
Fixed a non-Windows import
Ashley Whetter
2015-12-21
1
-3
/
+5
*
Merge pull request #354 from dpursehouse/execute-timeout
Sebastian Thiel
2015-10-16
1
-1
/
+50
|
\
|
*
Run os.kill for all child pids even after some of them are down
Oswin Nathanial
2015-10-13
1
-1
/
+4
|
*
Update docstring for 'kill_after_timeout' parameter
Oswin Nathanial
2015-10-13
1
-1
/
+5
|
*
Rename execute param 'timeout' to 'kill_after_timeout'
Oswin Nathanial
2015-10-13
1
-10
/
+10
|
*
Only create watchdog and event if timeout is specified in execute command
Oswin Nathanial
2015-10-09
1
-8
/
+10
|
*
Raise exception when timeout is used in execute command on Windows
Oswin Nathanial
2015-10-09
1
-0
/
+2
|
*
Include 'timeout' parameter in Git execute
Oswin Nathanial
2015-09-28
1
-1
/
+39
*
|
fix(cmd): remove unused import
Sebastian Thiel
2015-10-15
1
-1
/
+0
*
|
doc(cmd): make sure people know wait() may block
Sebastian Thiel
2015-10-15
1
-0
/
+2
*
|
Revert "fix(cmd): fixed deadlock when stderr buffer overflow"
revert-357-autointerrupt_deadlock_fix
Sebastian Thiel
2015-10-15
1
-4
/
+4
*
|
fix(cmd): fixed deadlock when stderr buffer overflow
Ivan Ryabchenko
2015-10-15
1
-4
/
+4
|
/
*
fix(cmd): make short options with arguments become two separate arguments for...
Marcos Dione
2015-08-20
1
-1
/
+1
*
fix(cmd): don't open stdout when fetching
Sebastian Thiel
2015-07-03
1
-80
/
+75
*
fix(cmd): line parsing
Sebastian Thiel
2015-07-03
1
-68
/
+81
*
Added NullHandlers to all loggers to preven "No handler" messages
James Nowell
2015-06-25
1
-0
/
+1
*
fix(git-cmd): set LANGUAGE as well
Sebastian Thiel
2015-05-31
1
-0
/
+3
*
fix(git-cmd): use LC_ALL instead of LC_MESSAGES
Sebastian Thiel
2015-05-31
1
-2
/
+4
*
fix(cmd): throw GitCommandNotFoundError ...
Sebastian Thiel
2015-04-08
1
-13
/
+33
*
Added 'insert_kwargs_after' flag for consumption by _call_process.
Sebastian Thiel
2015-02-21
1
-1
/
+13
*
Removed Git.sshkey() as it couldn't be distributed properly.
0.3.6
Sebastian Thiel
2015-01-22
1
-21
/
+0
*
Merge branch 'master' into teeberg-master
Sebastian Thiel
2015-01-22
1
-1
/
+0
|
\
*
|
Intermediate commit on my way to get this finalized.
Sebastian Thiel
2015-01-22
1
-11
/
+14
*
|
Rename 'environment' and 'set_environment'
Jonas Trappenberg
2015-01-21
1
-10
/
+10
*
|
Add method to query environment
Jonas Trappenberg
2015-01-21
1
-0
/
+3
*
|
Add 'sshkey' context manager
Jonas Trappenberg
2015-01-21
1
-1
/
+75
*
|
Fix some typos
Jonas Trappenberg
2015-01-21
1
-2
/
+2
|
/
*
Added advance usage examples to tutorial and made minor fixes.
Sebastian Thiel
2015-01-21
1
-2
/
+7
*
Initial set of documentation improvements, and a fix to the submodule tests.
Sebastian Thiel
2015-01-21
1
-1
/
+1
*
Another take on fixing the current concurrent read implementation in git.cmd
Sebastian Thiel
2015-01-20
1
-34
/
+77
*
Fixed some doc strings to build correctly with sphinx
Sebastian Thiel
2015-01-14
1
-3
/
+3
*
An attempt to help the threaded reading to not show spurious errors anymore.
Sebastian Thiel
2015-01-14
1
-8
/
+8
*
IndexFile.commit() now runs pre-commit and post-commit hooks.
Sebastian Thiel
2015-01-12
1
-1
/
+1
*
Added test to assure blame can deal with binary patches.
Sebastian Thiel
2015-01-09
1
-2
/
+8
*
Improve error handling of fetch/pull line parsing
Sebastian Thiel
2015-01-08
1
-1
/
+6
*
Made improvements to assure test-cases don't leak file handles
Sebastian Thiel
2015-01-07
1
-6
/
+16
*
Fix flake8
Sebastian Thiel
2015-01-07
1
-10
/
+10
[next]