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
Age
Commit message (
Expand
)
Author
2019-12-29
Added parsing for '@1400000000 +0000' date format as used by git commit hooks.
Dries
2019-10-29
Merge branch 'fix/deepsource-issues' of https://github.com/imkaka/GitPython i...
Sebastian Thiel
2019-10-28
Fix #920
Victor Luzgin
2019-10-24
Removing unused import
JJ Graham
2019-10-24
Fix #820
JJ Graham
2019-10-23
Merge branch 'master' into fix/deepsource-issues
Anil Khatri
2019-10-22
fixed unused variable found PYL-W0612
Anil Khatri
2019-10-22
Adding assertions to existing test case to cover this change
JJ Graham
2019-10-21
Removing f-strings to maintain 3.4 and 3.5 compatability
JJ Graham
2019-10-21
Added new test to cover the issue this fix addresses (#891)
JJ Graham
2019-10-19
Fix pickling of tzoffset
Uwe L. Korn
2019-10-19
Expanded new test for copied file
JJ Graham
2019-10-19
Fixed new test for copied files
JJ Graham
2019-10-19
Adding diff support for copied files, still working on test
JJ Graham
2019-10-15
removed Unnecessary pass statement
Pratik Anurag
2019-10-15
removed trailing whitespaces
Pratik Anurag
2019-10-15
removed trailing whitespaces
Pratik Anurag
2019-10-15
removed trailing whitespaces
Pratik Anurag
2019-10-15
removed trailing whitespaces
Pratik Anurag
2019-10-15
Update test_streams.py
Pratik Anurag
2019-10-15
renamed unused variables
Pratik Anurag
2019-10-15
renamed unused variables
Pratik Anurag
2019-10-15
renamed unused variables
Pratik Anurag
2019-10-15
renamed unsed variables
Pratik Anurag
2019-10-15
renamed ununsed variables
Pratik Anurag
2019-10-15
renamed ununsed variables
Pratik Anurag
2019-10-15
As string is iterable, changed to isinstance check
Marcel
2019-10-15
allow calling index.add, index.move and index.remove with single items
Marcel
2019-09-30
remove previously added debug code from test_doc.py
Sebastian Thiel
2019-09-30
Try to fix tests; get more debug output
Sebastian Thiel
2019-09-28
Parse rejected deletes.
Uri Baghin
2019-09-28
Remove assert that can fail erroneously.
Uri Baghin
2019-09-28
Fix test_commit_msg_hook_success.
Uri Baghin
2019-09-10
Fix #889: Add DeepSource config and fix some major issues
Mohit Solanki
2019-08-14
Adding test
Arthur Milchior
2019-08-14
Fix performance regression, see #906
Sebastian Thiel
2019-08-11
Fix test bound to major version
Sebastian Thiel
2019-08-11
use git rev-parse to look for config file
Benjamin Dauvergne
2019-07-29
Fix Git.transform_kwarg
František Nečas
2019-07-20
Fix test
Santos Gallegos
2019-07-20
Add test
Santos Gallegos
2019-07-06
Add support to pass clone options that can be repeated multiple times
Steven Whitman
2019-07-06
Satisfy flake8
Sebastian Thiel
2019-07-06
Fix regex to support empty email addresses i.e. 'name <>'
Sebastian Thiel
2019-07-06
Merge branch 'multi-value' of https://github.com/ajdavis/GitPython into ajdav...
Sebastian Thiel
2019-05-05
Resolve test incompatibility with git v2.21.0
James E. King III
2019-03-15
Fix test-only issue with git 2.20 or later handling a clobbered tag
James E. King III
2019-01-21
Use items and items_all correctly
A. Jesse Jiryu Davis
2019-01-20
Support multiple git config values per option
A. Jesse Jiryu Davis
2018-10-13
Respect _common_dir when finding repository config file
Luc Ritchie
[next]