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
*
Win, #519: FIX with_rw_directory() to remove read-only dirs
Kostis Anagnostopoulos
2016-09-28
1
-0
/
+4
*
src: constify is_<platform>() calls
Kostis Anagnostopoulos
2016-09-28
1
-5
/
+5
*
Win, #519: Remove `git.cmd` failback - no longer exists.
Kostis Anagnostopoulos
2016-09-28
1
-54
/
+15
*
test, #519: Try appveyor advice for never-ending builds
Kostis Anagnostopoulos
2016-09-28
1
-1
/
+2
*
src, #519: collect all is_<platform>() calls
Kostis Anagnostopoulos
2016-09-27
1
-7
/
+9
*
Win, #519: FIX WinHangs: Popen() CREATE_NEW_PROCESS_GROUP to allow kill
Kostis Anagnostopoulos
2016-09-26
1
-7
/
+14
*
test, #519: Popen() pump: remove WaitGroup
Kostis Anagnostopoulos
2016-09-26
1
-13
/
+6
*
apveyor, #519: FIX incomplete Popen pump
Kostis Anagnostopoulos
2016-09-26
1
-3
/
+13
*
test, deps: FIX `mock` deps on py3.
Kostis Anagnostopoulos
2016-09-25
1
-9
/
+8
*
fix(repo): make it serializable with pickle
Sebastian Thiel
2016-09-11
1
-1
/
+20
*
refactor(cmd): streamline usage of creationflags
Sebastian Thiel
2016-08-02
1
-13
/
+4
*
creationflags must be set to 0 on non-windows platforms
Barry Scott
2016-08-01
1
-4
/
+5
*
Must pass creationflags as a keywork
Barry Scott
2016-08-01
1
-1
/
+1
*
Prevent CMD windows being shown when starting git in a subprocess.
Barry Scott
2016-07-29
1
-1
/
+14
*
Fix issue #470
Barry Warsaw
2016-06-15
1
-5
/
+6
*
fix(flake): misc whitespace fixes
Sebastian Thiel
2016-06-14
1
-2
/
+1
*
fix(misc): various cleanup
Sebastian Thiel
2016-06-13
1
-25
/
+6
*
Can get a str object from stream.read rather then bytes.
Barry Scott
2016-06-06
1
-1
/
+4
*
log all the output from stdout and stderr for debugging process failures
Barry Scott
2016-06-06
1
-1
/
+14
*
Merge remote-tracking branch 'upstream/master' into pr-cmd-raise-with-stderr-...
Barry Scott
2016-06-06
1
-1
/
+1
|
\
|
*
Make sure os is not even partly destroyed
David Danier
2016-06-01
1
-1
/
+1
*
|
Make sure that stderr is converted to bytes
Barry Scott
2016-05-30
1
-3
/
+12
*
|
Return all the stderr messge after an error is detected for pull()
Barry Scott
2016-05-29
1
-3
/
+3
|
/
*
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
[next]