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
2019-12-29
Added parsing for '@1400000000 +0000' date format as used by git commit hooks.
Dries
2019-12-06
Avoids env var warning when path contains $/%; fix #832
Rob Kimball
2019-11-14
bump version
3.0.5
Sebastian Thiel
2019-11-07
Remove duplicate license parameter
Drew H
2019-10-29
Merge branch 'fix/deepsource-issues' of https://github.com/imkaka/GitPython i...
Sebastian Thiel
2019-10-28
removed extra line as per code review
Anil Khatri
2019-10-28
Check if submodule exists before referencing
tanaga9
2019-10-28
Fix #920
Victor Luzgin
2019-10-28
Filtered out "repository" more explicitly
Ben Thayer
2019-10-28
Raised final ValueError
Ben Thayer
2019-10-28
Changed ValueError
Ben Thayer
2019-10-28
Construct GitConfigParser without Repo object
Ben Thayer
2019-10-24
silence PYL-W0621
Anil Khatri
2019-10-24
silance Re-defined variable from outer scope
Anil Khatri
2019-10-24
Removing unused import
JJ Graham
2019-10-24
Fix #820
JJ Graham
2019-10-24
Update AUTHORS
Ben Thayer
2019-10-24
Added Git Gud to README.md
Ben Thayer
2019-10-23
Merge branch 'fix/deepsource-issues' of github.com:imkaka/GitPython into fix/...
Anil Khatri
2019-10-23
resolved all minor issues arised by last fix patch
Anil Khatri
2019-10-23
Merge branch 'master' into fix/deepsource-issues
Anil Khatri
2019-10-23
silenced iter returns a non-iterator
Anil Khatri
2019-10-23
fix File opened without the with statement
Anil Khatri
2019-10-23
fix Loop variable used outside the loop
Anil Khatri
2019-10-23
Added exception handling for WinError6
Ben Thayer
2019-10-22
silence PYL-W0614
Anil Khatri
2019-10-22
silence PYL-W0401
Anil Khatri
2019-10-22
fixed unused variable found PYL-W0612
Anil Khatri
2019-10-22
fixed classmethod argument PYL-C0202
Anil Khatri
2019-10-22
Update changelog; improve README to prevent release mistakes in future.
3.0.4
Sebastian Thiel
2019-10-22
bump patch level
Sebastian Thiel
2019-10-22
Adding assertions to existing test case to cover this change
JJ Graham
2019-10-22
Fix #852 by tweaking regex to handle -R option to git diff
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-21
Adding command to init-tests-after-clone.sh to make sure submodules are recur...
JJ Graham
2019-10-21
Initial stab at fixing diffs involving submodule changes
JJ Graham
2019-10-19
Fix pickling of tzoffset
Uwe L. Korn
2019-10-19
Satisfying flake8
JJ Graham
2019-10-19
Updating variable name to more accurately reflect contents
JJ Graham
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-17
Update cmd.py
Abhishek Kumar Singh
2019-10-17
Fixed#731
Abhishek Kumar Singh
2019-10-16
Update .deepsource.toml
Anil Khatri
2019-10-15
removed Unnecessary “else” after “return”
Pratik Anurag
2019-10-15
removed Unnecessary “else” after “return”
Pratik Anurag
2019-10-15
removed Unnecessary “else” after “return”
Pratik Anurag
2019-10-15
removed Unnecessary “else” after “return”
Pratik Anurag
[next]