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
Commit message (
Expand
)
Author
Age
Files
Lines
*
Merge branch 'master' into fix-non-ascii-chars-in-status-lines
fix-non-ascii-chars-in-status-lines
Sebastian Thiel
2016-06-20
3
-18
/
+48
|
\
|
*
Merge pull request #474 from gitpython-developers/keep-raw-bytes-on-diffs
Sebastian Thiel
2016-06-20
3
-18
/
+48
|
|
\
|
|
*
Store raw path bytes in Diff instances
keep-raw-bytes-on-diffs
Vincent Driessen
2016-06-14
3
-18
/
+48
*
|
|
Merge branch 'master' into fix-non-ascii-chars-in-status-lines
Sebastian Thiel
2016-06-20
1
-5
/
+6
|
\
\
\
|
|
/
/
|
*
|
Fix issue #470
Barry Warsaw
2016-06-15
1
-5
/
+6
|
|
/
*
|
Fix for parsing non-ASCII chars in status lines
Vincent Driessen
2016-06-14
1
-1
/
+1
|
/
*
Python 2.6 compat
Vincent Driessen
2016-06-14
1
-1
/
+1
*
fix(test_docs): skip master-dependent assertion
Sebastian Thiel
2016-06-14
1
-1
/
+3
*
Merge pull request #446 from guyzmo/updating_remote_url_handling
Sebastian Thiel
2016-06-14
2
-2
/
+95
|
\
|
*
Switching the `urls` property to use `git remote show` instead of `git remote...
Guyzmo
2016-06-08
1
-4
/
+4
|
*
Adding support for git remote set-url/get-url API to Remote
Guyzmo
2016-06-08
2
-2
/
+95
*
|
Merge pull request #467 from gitpython-developers/fix-dont-choke-on-invalid-u...
Sebastian Thiel
2016-06-14
3
-10
/
+18
|
\
\
|
*
|
Don't choke on (legitimately) invalidly encoded Unicode paths
fix-dont-choke-on-invalid-unicode-paths
Vincent Driessen
2016-06-06
3
-10
/
+18
*
|
|
fix(flake): misc whitespace fixes
Sebastian Thiel
2016-06-14
3
-3
/
+1
*
|
|
fix(cmd): allow any kind of status message
Sebastian Thiel
2016-06-13
1
-1
/
+0
*
|
|
fix(misc): various cleanup
Sebastian Thiel
2016-06-13
4
-48
/
+17
*
|
|
Merge branch 'pr-cmd-raise-with-stderr-on-error' of https://github.com/barry-...
Sebastian Thiel
2016-06-13
3
-9
/
+61
|
\
\
\
|
*
|
|
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
9
-18
/
+51
|
|
\
\
\
|
|
|
/
/
|
*
|
|
Make sure that stderr is converted to bytes
Barry Scott
2016-05-30
2
-5
/
+14
|
*
|
|
Fix flake8 complaints
Barry Scott
2016-05-30
2
-4
/
+4
|
*
|
|
Return stderr lines from a pull() call that fails
Barry Scott
2016-05-29
2
-1
/
+13
|
*
|
|
Return all the stderr messge after an error is detected for pull()
Barry Scott
2016-05-29
2
-5
/
+20
*
|
|
|
fix(repo): prevent error messages from being swallowed
Sebastian Thiel
2016-06-13
1
-1
/
+2
|
|
/
/
|
/
|
|
*
|
|
Merge pull request #460 from ddanier/autointerrupt_del_no_os_kill
Sebastian Thiel
2016-06-02
1
-1
/
+1
|
\
\
\
|
*
|
|
Make sure os is not even partly destroyed
David Danier
2016-06-01
1
-1
/
+1
*
|
|
|
fix(test): remove unused import
Sebastian Thiel
2016-06-02
2
-1
/
+1
|
/
/
/
*
|
|
Fixed 'TypeError: decode() takes no keyword arguments' on Python 2.6
Andreas Maier
2016-06-01
1
-3
/
+3
*
|
|
fix(test): do not skip test on travis
Sebastian Thiel
2016-06-01
2
-2
/
+0
*
|
|
Fix regex
Vincent Driessen
2016-05-30
1
-1
/
+1
*
|
|
Merge pull request #456 from gitpython-developers/fix-for-invalid-data-in-com...
Sebastian Thiel
2016-05-30
3
-3
/
+16
|
\
\
\
|
*
|
|
Ignore invalid data when decoding commit objects
fix-for-invalid-data-in-commits
Vincent Driessen
2016-05-30
1
-3
/
+3
|
*
|
|
Add test case as example of Git commit with invalid data
Vincent Driessen
2016-05-30
2
-0
/
+13
|
|
/
/
*
|
|
Merge pull request #454 from gitpython-developers/fix-octal-escaped-path-pars...
Sebastian Thiel
2016-05-30
3
-8
/
+29
|
\
\
\
|
*
|
|
Fix bug in diff parser output
fix-octal-escaped-path-parser-bug
Vincent Driessen
2016-05-30
3
-8
/
+29
|
|
/
/
*
|
|
Skip test that always fails on Travis CI
fix-ci-tests
Vincent Driessen
2016-05-30
1
-5
/
+6
|
/
/
*
|
chore(remote): better super-class call syntax
Sebastian Thiel
2016-05-29
1
-1
/
+1
*
|
chore(flake8): whitespace ...
Sebastian Thiel
2016-05-29
1
-1
/
+1
*
|
Fix traceback because _seen_ops is not initialised
Barry Scott
2016-05-29
1
-2
/
+2
*
|
fix(remote): improve version check
Sebastian Thiel
2016-05-29
1
-2
/
+2
*
|
fix(remote): Add CallableRemoteProgress
Sebastian Thiel
2016-05-29
2
-12
/
+22
*
|
chore(misc): cleanup and docs
Sebastian Thiel
2016-05-29
4
-34
/
+24
*
|
Merge remote-tracking branch 'upstream/master'
Barry Scott
2016-05-28
2
-16
/
+34
|
\
\
|
*
\
Merge pull request #447 from Xender/patch-1
Sebastian Thiel
2016-05-27
1
-1
/
+1
|
|
\
\
|
|
*
|
Use proper syntax for conditional expression
Aleksander Nitecki
2016-05-26
1
-1
/
+1
|
|
|
/
|
*
|
Changing warning to debug logging, to avoid warning showing off when nothing'...
Guyzmo
2016-05-26
1
-1
/
+1
|
|
/
|
*
fix(remote): py3 compatibility
Sebastian Thiel
2016-05-26
1
-2
/
+2
|
*
fix(remote): py3 compatibility
Sebastian Thiel
2016-05-26
1
-2
/
+2
|
*
fix(remote): use universal_newlines for fetch/push
Sebastian Thiel
2016-05-26
2
-6
/
+13
[next]