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
/
objects
Age
Commit message (
Expand
)
Author
2020-05-02
allow setting depth when cloning a submodule
Liam Beguin
2020-03-21
fix: wrong refs 'HEAD' exception
Dong Shin
2020-02-20
Replace invalid bytes when decoding TagObject stream
Harmon
2020-02-16
Replace deprecated Logger.warn with Logger.warning
Harmon
2020-02-08
Remove and replace compat.text_type
Harmon
2020-02-08
Remove and replace compat.string_types
Harmon
2020-02-08
Remove checks for Python 2 and/or 3
Harmon
2020-02-08
Remove and replace compat.xrange
Harmon
2020-02-08
Remove and replace compat.bchr
Harmon
2020-02-08
Remove compat.byte_ord
Harmon
2019-12-29
Added parsing for '@1400000000 +0000' date format as used by git commit hooks.
Dries
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
fix Loop variable used outside the loop
Anil Khatri
2019-10-19
Fix pickling of tzoffset
Uwe L. Korn
2019-10-15
removed Unnecessary “else” after “return”
Pratik Anurag
2019-10-15
removed Unnecessary “else” after “return”
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
renamed unused variables
Pratik Anurag
2019-10-15
renamed unused variables
Pratik Anurag
2019-10-15
changed unused variables assingment
Pratik Anurag
2019-09-16
fix decoding problem
ishepard
2019-09-10
Fix #889: Add DeepSource config and fix some major issues
Mohit Solanki
2019-07-20
Skip on keyerror
Santos Gallegos
2019-07-06
Don't assume there is a tag author in tags
Sebastian Thiel
2019-03-15
Update commit.py constructor docstring
David Host
2018-10-21
The proper way is return, not raise StopIteration
Michael Käufl
2018-04-04
Avoid from_timestamp() function to raise an exception when the offset is grea...
ishepard
2018-03-18
Rewrite unnecessary dict/list/tuple calls as literals
Hugo
2018-03-18
Drop support for EOL Python 2.6
Hugo
2017-11-16
Remove trailing slash on drive path
Charles Bouchard-Légaré
2017-10-01
Store submodule name
John Kirkham
2017-09-19
BF: use get, not casting get_value while dealing with submodule path/url etc
Yaroslav Halchenko
2017-03-09
Spelling fixes
Ville Skyttä
2017-02-02
Fix git.Commit docs typo
Reuben Sutton
2016-12-08
Merge pull request #541 from andy-maier/py26_fixes
Sebastian Thiel
2016-12-08
chore(lint): flake8
Sebastian Thiel
2016-12-08
fix(submodule): don't fail if tracking branch can't be setup
Sebastian Thiel
2016-10-24
Fixes to support Python 2.6 again.
Andreas Maier
2016-10-22
Merge branch 'cygwin' of https://github.com/ankostis/GitPython into ankostis-...
Sebastian Thiel
2016-10-20
Fix some typos
Santiago Castro
2016-10-16
Merge with #532, fix unicode filenames with escapesurogates
Kostis Anagnostopoulos
2016-10-16
fix(surrogateescape): enable on py2, fix tests
Sebastian Thiel
2016-10-16
fix(unicode): use surrogateescape in bytes.decode
Sebastian Thiel
2016-10-16
src: reduce needless deps to `gitdb.util`
Kostis Anagnostopoulos
2016-10-16
src: import os.path as osp
Kostis Anagnostopoulos
2016-10-12
config, #525: polish more config-urls
Kostis Anagnostopoulos
[next]