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-05-30
Skip test that always fails on Travis CI
fix-ci-tests
Vincent Driessen
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
2016-05-26
fix(remote): real-time reading of lines from stderr
Sebastian Thiel
2016-05-26
chore(compat): another attempt to get travis right
Sebastian Thiel
2016-05-26
chore(compat): re-add allowed breakage of py2.6
Sebastian Thiel
2016-05-26
Merge pull request #443 from boegel/fix_ordereddict
Sebastian Thiel
2016-05-26
import OrderedDict from git.odict rather than directly from collections, to p...
Kenneth Hoste
2016-05-25
fix(remote): better array truncation logic
Sebastian Thiel
2016-05-25
fix(remote): remove assertion in favour of runtime stability
Sebastian Thiel
2016-05-25
chore(changes): put fix to correct patch level
Sebastian Thiel
2016-05-25
fix(requirements): now works with tox
Sebastian Thiel
2016-05-25
fix(RemoteProgress): improve message sanitization
Sebastian Thiel
2016-05-24
Fix link to latest changelog
Vincent Driessen
2016-05-24
Fixes for RST syntax
Vincent Driessen
2016-05-24
Bump the version to 2.0.3
2.0.3
Vincent Driessen
2016-05-24
Wrap long lines for display in terminals
Vincent Driessen
2016-05-24
Add fix to changelog
Vincent Driessen
2016-05-24
Merge branch 'jonathanchu-master'
Vincent Driessen
2016-05-24
Ignore trailing last empty string in .split() output
Vincent Driessen
2016-05-24
Check if byte string is empty for py3 compatibility
Jonathan Chu
2016-05-24
fix(cmd): fix with_stdout implementation
Sebastian Thiel
2016-05-24
Split lines by new line characters
Jonathan Chu
2016-05-24
fix(cmd): don't catch progress handler exceptions
Sebastian Thiel
2016-05-19
Merge pull request #433 from StevenWColby/master
Sebastian Thiel
2016-05-19
Merge pull request #431 from guyzmo/fix-opt_arg-order
Sebastian Thiel
2016-05-19
Use correct mode for executable files
Sebastian Thiel
2016-05-19
Clarify costs of certain properties
Sebastian Thiel
2016-05-19
Deprecate Diffable.rename for .renamed_file
Sebastian Thiel
2016-05-18
Need spaces in Emacs style encoding comment
Steven Colby
2016-05-12
Fix order of operators before executing the git command
Guyzmo
2016-05-11
Merge pull request #429 from inderpreet99/fix-reqs-doc
Sebastian Thiel
2016-05-10
Update requirements doc
inderpreet99
2016-04-28
This is 2.0.2
2.0.2
Vincent Driessen
[next]