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
path:
root
/
git
Age
Commit message (
Expand
)
Author
2016-03-15
Split diff line by '\t' for metadata and path
Jonathan Chu
2016-03-06
config parsers as context mangers can now be reentered for locks
Raphael Boidol
2016-02-25
Merge pull request #389 from csnover/csnover-buffer-reads
Sebastian Thiel
2016-02-25
Merge pull request #385 from yarikoptic/skip-test
Sebastian Thiel
2016-02-24
fix(cmd): Use buffered reads
Colin Snover
2016-02-20
enable config parsers to be used as context managers
Raphael Boidol
2016-02-14
ENH: skip test_is_ancestor on git versions < 1.8.0 not supporting git merge-b...
Yaroslav Halchenko
2016-02-14
fix(cmd): allow improved errors during clone operation
Sebastian Thiel
2016-02-13
fix(cmd): focus !
Sebastian Thiel
2016-02-13
fix(cmd): safely read from stderr
Sebastian Thiel
2016-02-11
fix(refs): set fixture different version
Sebastian Thiel
2016-02-11
chore(version): set to next patch release
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-08
DOC: minor typos
Yaroslav Halchenko
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
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
Revert "fix(cmd): fixed deadlock when stderr buffer overflow"
revert-357-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-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-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
[next]