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-02-11
chore(version-up): v1.0.2
1.0.2
Sebastian Thiel
2016-02-07
chore(travis): remove test for issue 301
Sebastian Thiel
2016-02-07
fix(cmd): prevent deadlock on clone/fetch/pull
Sebastian Thiel
2016-02-07
chore(flake8): unnused import
Sebastian Thiel
2016-02-07
fix(clone): call communicate if there is no progress handler
Sebastian Thiel
2016-01-09
Merge pull request #374 from yarikoptic/upstream-master
Sebastian Thiel
2016-01-08
DOC: minor typos
Yaroslav Halchenko
2015-12-21
Merge pull request #372 from AardmanCGI/win_sigkill_fix
Sebastian Thiel
2015-12-21
Fixed a non-Windows import
Ashley Whetter
2015-12-14
fix(tree): remove Tree.cache - use IndexFile.write_tree() instead
Sebastian Thiel
2015-12-14
fix(tree): show that fixing Tree.cache is not possible
Sebastian Thiel
2015-12-13
chore(tree): remove dead code
Sebastian Thiel
2015-12-13
fix(tree): tree item sort now uses git-style
Sebastian Thiel
2015-12-02
Merge pull request #368 from PonteIneptique/issue-330
Sebastian Thiel
2015-12-02
Forgot to update _num_op_codes
Thibault Clerice
2015-12-02
Added CHECKING_OUT as a logged operation
Thibault Clerice
2015-11-08
fix(commit): respect daylight saving when computing utc-offset
Sebastian Thiel
2015-10-16
Merge pull request #354 from dpursehouse/execute-timeout
Sebastian Thiel
2015-10-15
fix(cmd): remove unused import
Sebastian Thiel
2015-10-15
doc(cmd): make sure people know wait() may block
Sebastian Thiel
2015-10-15
Merge pull request #358 from gitpython-developers/revert-357-autointerrupt_de...
Sebastian Thiel
2015-10-15
Revert "fix(cmd): fixed deadlock when stderr buffer overflow"
revert-357-autointerrupt_deadlock_fix
Sebastian Thiel
2015-10-15
Merge pull request #357 from rikdev/autointerrupt_deadlock_fix
Sebastian Thiel
2015-10-15
fix(cmd): fixed deadlock when stderr buffer overflow
Ivan Ryabchenko
2015-10-13
Run os.kill for all child pids even after some of them are down
Oswin Nathanial
2015-10-13
Update docstring for 'kill_after_timeout' parameter
Oswin Nathanial
2015-10-13
Rename execute param 'timeout' to 'kill_after_timeout'
Oswin Nathanial
2015-10-09
Only create watchdog and event if timeout is specified in execute command
Oswin Nathanial
2015-10-09
Raise exception when timeout is used in execute command on Windows
Oswin Nathanial
2015-09-28
Include 'timeout' parameter in Git execute
Oswin Nathanial
2015-09-25
docs(README): remove link to (now deleted) mailing list
Sebastian Thiel
2015-09-06
fix(remote): assure only repository configuration
Sebastian Thiel
2015-09-06
fix(config): ignore empty values in config file
Sebastian Thiel
2015-08-29
fix(compat): make test work with git >= 2.5
Sebastian Thiel
2015-08-29
fix(repo): fail loudly if worktrees are used
Sebastian Thiel
2015-08-22
fix(repo): use GitCmdObjectDB by default
Sebastian Thiel
2015-08-21
Merge pull request #341 from StyXman/master
Sebastian Thiel
2015-08-20
fix(test): update to changes.
Marcos Dione
2015-08-20
fix(cmd): make short options with arguments become two separate arguments for...
Marcos Dione
2015-08-17
fix(test_index): fix encoding
Sebastian Thiel
2015-08-17
fix(commit): serialization timezone handling
Sebastian Thiel
2015-08-08
fix(tests): remove dependency on sort order
Sebastian Thiel
2015-08-08
tests(submodule): add new submodule commits
Sebastian Thiel
2015-08-08
docs(README): removed coveralls link
Sebastian Thiel
2015-07-29
fix(index):allow adding non-unicode paths to index
Sebastian Thiel
2015-07-29
fix(diff): mode-assertions now deal with 0
Sebastian Thiel
2015-07-28
don't 'log' to stderr in `RemoteProgress`
Sebastian Thiel
2015-07-28
Merge pull request #329 from cool-RR/patch-2
Sebastian Thiel
2015-07-28
Fix bug in tutorial
Ram Rachum
2015-07-27
Merge pull request #326 from vokimon/packed-refs-releasing-resources-patch-1
Sebastian Thiel
[next]