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
/
test
/
fixtures
Age
Commit message (
Expand
)
Author
2017-07-19
test if it accepts environment variables in commands
Anson Mansfield
2017-03-07
Add a fixture to test incremental blame output for git 2.11.1+
George Hickman
2016-10-01
io, #519: ALL open() --> with open()
Kostis Anagnostopoulos
2016-07-23
fix(diff): use explicit change-type if possible
Sebastian Thiel
2016-06-06
Don't choke on (legitimately) invalidly encoded Unicode paths
Vincent Driessen
2016-05-30
Merge pull request #456 from gitpython-developers/fix-for-invalid-data-in-com...
Sebastian Thiel
2016-05-30
Add test case as example of Git commit with invalid data
Vincent Driessen
2016-05-30
Fix bug in diff parser output
Vincent Driessen
2016-05-24
Split lines by new line characters
Jonathan Chu
2016-04-19
Fix diff patch parser for paths with unsafe chars
Vincent Driessen
2016-04-19
Make diff patch parsing more reliable
Vincent Driessen
2016-04-14
Support "root" as a special value in .diff() calls
Vincent Driessen
2016-04-13
Add incremental blame support
Vincent Driessen
2016-03-16
Add test and fixture for diff index from raw format
Jonathan Chu
2015-09-06
fix(config): ignore empty values in config file
Sebastian Thiel
2015-07-03
fix(cmd): don't open stdout when fetching
Sebastian Thiel
2015-07-03
test(git): remove unnecessary fixture
Sebastian Thiel
2015-07-03
fix(cmd): line parsing
Sebastian Thiel
2015-04-22
fix(config): selective cfg write;fix cfg parser
Sebastian Thiel
2015-01-22
Fetch now deals with custom refspecs much better.
Sebastian Thiel
2015-01-21
Added advance usage examples to tutorial and made minor fixes.
Sebastian Thiel
2015-01-14
GitConfigParser now respects and merges 'include' sections
Sebastian Thiel
2015-01-10
Implemented multi-line parsing of git-config to the point where a sepcific te...
Sebastian Thiel
2015-01-09
Added test for complex blame revision query.
Sebastian Thiel
2015-01-09
Added test to verify binary diffs are working as well.
Sebastian Thiel
2015-01-09
Added test to verify binary diffs are working as well.
Sebastian Thiel
2015-01-09
Added test to assure blame can deal with binary patches.
Sebastian Thiel
2015-01-08
Added support for rename detection in raw mode (which is the default).
Sebastian Thiel
2015-01-05
Fixed io types to make tests work on PY2 once again.
Sebastian Thiel
2014-11-19
Merge branch 'feature/0.3/git-file-support' of https://github.com/igetgames/G...
Sebastian Thiel
2014-09-08
GPG signature support on commit object.
Max Rasskazov
2013-01-11
Add tests for .git-file.
Marcus R. Brown
2011-06-07
Greatly improved robustness of config parser - it can now take pretty much ev...
Sebastian Thiel
2010-11-25
Moved everything into the git subdirectory - some tests still need to be adju...
Sebastian Thiel