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
Age
Commit message (
Expand
)
Author
2016-06-14
fix(flake): misc whitespace fixes
Sebastian Thiel
2016-06-13
fix(cmd): allow any kind of status message
Sebastian Thiel
2016-06-13
doc(README): add basic contribution guidelines
Sebastian Thiel
2016-06-13
fix(misc): various cleanup
Sebastian Thiel
2016-06-13
Merge branch 'pr-cmd-raise-with-stderr-on-error' of https://github.com/barry-...
Sebastian Thiel
2016-06-13
fix(repo): prevent error messages from being swallowed
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-02
Merge pull request #460 from ddanier/autointerrupt_del_no_os_kill
Sebastian Thiel
2016-06-02
fix(test): remove unused import
Sebastian Thiel
2016-06-01
Make sure os is not even partly destroyed
David Danier
2016-06-01
Merge pull request #459 from andy-maier/fix-457-typerror-on-py26
Vincent Driessen
2016-06-01
Fixed 'TypeError: decode() takes no keyword arguments' on Python 2.6
Andreas Maier
2016-06-01
fix(test): do not skip test on travis
Sebastian Thiel
2016-06-01
chore(compat): state py2.6 support officially
Sebastian Thiel
2016-05-30
Bump for new version
Vincent Driessen
2016-05-30
This is 2.0.5
2.0.5
Vincent Driessen
2016-05-30
Fix regex
Vincent Driessen
2016-05-30
This is 2.0.4
2.0.4
Vincent Driessen
2016-05-30
Update changelog
Vincent Driessen
2016-05-30
Merge pull request #456 from gitpython-developers/fix-for-invalid-data-in-com...
Sebastian Thiel
2016-05-30
Merge pull request #454 from gitpython-developers/fix-octal-escaped-path-pars...
Sebastian Thiel
2016-05-30
Make sure that stderr is converted to bytes
Barry Scott
2016-05-30
Ignore invalid data when decoding commit objects
Vincent Driessen
2016-05-30
Merge pull request #455 from gitpython-developers/fix-ci-tests
Vincent Driessen
2016-05-30
Add test case as example of Git commit with invalid data
Vincent Driessen
2016-05-30
Fix flake8 complaints
Barry Scott
2016-05-30
Skip test that always fails on Travis CI
fix-ci-tests
Vincent Driessen
2016-05-30
Fix bug in diff parser output
Vincent Driessen
2016-05-29
Return stderr lines from a pull() call that fails
Barry Scott
2016-05-29
Return all the stderr messge after an error is detected for pull()
Barry Scott
2016-05-29
chore(remote): better super-class call syntax
Sebastian Thiel
2016-05-29
chore(flake8): whitespace ...
Sebastian Thiel
2016-05-29
Merge pull request #451 from barry-scott/pr-fix-callable-remote-progress
Sebastian Thiel
2016-05-29
Fix traceback because _seen_ops is not initialised
Barry Scott
2016-05-29
fix(remote): improve version check
Sebastian Thiel
2016-05-29
fix(remote): Add CallableRemoteProgress
Sebastian Thiel
2016-05-29
doc(changes): inform about new progress API
Sebastian Thiel
2016-05-29
chore(misc): cleanup and docs
Sebastian Thiel
2016-05-29
Merge pull request #450 from barry-scott/master
Sebastian Thiel
2016-05-28
Merge remote-tracking branch 'upstream/master'
Barry Scott
2016-05-28
The progress arg to push, pull, fetch and clone is now a python callable.
Barry Scott
2016-05-27
Merge pull request #447 from Xender/patch-1
Sebastian Thiel
2016-05-27
Merge pull request #445 from guyzmo/got_rid_of_warning
Sebastian Thiel
2016-05-26
Use proper syntax for conditional expression
Aleksander Nitecki
2016-05-26
Changing warning to debug logging, to avoid warning showing off when nothing'...
Guyzmo
2016-05-26
fix(remote): py3 compatibility
Sebastian Thiel
2016-05-26
fix(remote): py3 compatibility
Sebastian Thiel
2016-05-26
fix(remote): use universal_newlines for fetch/push
Sebastian Thiel
[next]