index
:
delta/python-packages/gitpython.git
0.1
0.2
0.3
Fix-#1334
baserock/zuul-ci
black-fmt
experiment-2012
fix
fix-1103
fix-ci-tests
fix-dont-choke-on-invalid-unicode-paths
fix-for-invalid-data-in-commits
fix-non-ascii-chars-in-status-lines
fix-octal-escaped-path-parser-bug
flock
gh-pages
index-no-read-lock
issue-232-reproduction
issue-301-reproduction
keep-raw-bytes-on-diffs
main
master
more-robust-git-diff
no_devnull_open
orig_master
patches
py2
py3
revert-357-autointerrupt_deadlock_fix
typing
github.com: gitpython-developers/GitPython.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
git
/
objects
Commit message (
Expand
)
Author
Age
Files
Lines
*
Added ability to define git environment in submodule add/update methods
Igor Solovey
2020-11-19
1
-4
/
+16
*
accept datetime instances as dates
Alba Mendez
2020-08-31
1
-0
/
+5
*
Fixed all warnings in documentation and updated Makefile to treat warnings as...
Kian Cross
2020-07-13
1
-1
/
+1
*
Fix exception causes all over the codebase
Ram Rachum
2020-06-14
3
-16
/
+16
*
allow setting depth when cloning a submodule
Liam Beguin
2020-05-02
1
-1
/
+9
*
fix: wrong refs 'HEAD' exception
Dong Shin
2020-03-21
1
-3
/
+4
*
Replace invalid bytes when decoding TagObject stream
Harmon
2020-02-20
1
-1
/
+1
*
Replace deprecated Logger.warn with Logger.warning
Harmon
2020-02-16
2
-2
/
+2
*
Remove and replace compat.text_type
Harmon
2020-02-08
2
-5
/
+3
*
Remove and replace compat.string_types
Harmon
2020-02-08
2
-4
/
+2
*
Remove checks for Python 2 and/or 3
Harmon
2020-02-08
1
-4
/
+1
*
Remove and replace compat.xrange
Harmon
2020-02-08
1
-2
/
+1
*
Remove and replace compat.bchr
Harmon
2020-02-08
1
-3
/
+2
*
Remove compat.byte_ord
Harmon
2020-02-08
1
-5
/
+4
*
Added parsing for '@1400000000 +0000' date format as used by git commit hooks.
Dries
2019-12-29
1
-0
/
+2
*
Merge branch 'fix/deepsource-issues' of github.com:imkaka/GitPython into fix/...
Anil Khatri
2019-10-23
1
-0
/
+3
|
\
|
*
Merge branch 'master' into fix/deepsource-issues
Anil Khatri
2019-10-23
1
-0
/
+3
|
|
\
|
|
*
Fix pickling of tzoffset
Uwe L. Korn
2019-10-19
1
-0
/
+3
*
|
|
resolved all minor issues arised by last fix patch
Anil Khatri
2019-10-23
1
-1
/
+1
|
/
/
*
|
fix Loop variable used outside the loop
Anil Khatri
2019-10-23
1
-1
/
+1
|
/
*
removed Unnecessary “else” after “return”
Pratik Anurag
2019-10-15
1
-2
/
+1
*
removed Unnecessary “else” after “return”
Pratik Anurag
2019-10-15
1
-2
/
+1
*
removed trailing whitespaces
Pratik Anurag
2019-10-15
1
-2
/
+2
*
removed trailing whitespaces
Pratik Anurag
2019-10-15
1
-1
/
+1
*
removed trailing whitespaces
Pratik Anurag
2019-10-15
1
-1
/
+1
*
renamed unused variables
Pratik Anurag
2019-10-15
1
-1
/
+1
*
renamed unused variables
Pratik Anurag
2019-10-15
1
-2
/
+2
*
changed unused variables assingment
Pratik Anurag
2019-10-15
1
-1
/
+1
*
fix decoding problem
ishepard
2019-09-16
1
-2
/
+3
*
Fix #889: Add DeepSource config and fix some major issues
Mohit Solanki
2019-09-10
1
-3
/
+2
*
Skip on keyerror
Santos Gallegos
2019-07-20
1
-2
/
+3
*
Don't assume there is a tag author in tags
Sebastian Thiel
2019-07-06
1
-2
/
+3
*
Update commit.py constructor docstring
David Host
2019-03-15
1
-1
/
+1
*
The proper way is return, not raise StopIteration
Michael Käufl
2018-10-21
1
-1
/
+1
*
Avoid from_timestamp() function to raise an exception when the offset is grea...
ishepard
2018-04-04
1
-2
/
+5
*
Rewrite unnecessary dict/list/tuple calls as literals
Hugo
2018-03-18
7
-16
/
+16
*
Drop support for EOL Python 2.6
Hugo
2018-03-18
1
-4
/
+1
*
Remove trailing slash on drive path
Charles Bouchard-Légaré
2017-11-16
1
-1
/
+1
*
Store submodule name
John Kirkham
2017-10-01
1
-1
/
+3
*
BF: use get, not casting get_value while dealing with submodule path/url etc
Yaroslav Halchenko
2017-09-19
1
-5
/
+5
*
Spelling fixes
Ville Skyttä
2017-03-09
3
-5
/
+5
*
Fix git.Commit docs typo
Reuben Sutton
2017-02-02
1
-1
/
+1
*
Merge pull request #541 from andy-maier/py26_fixes
Sebastian Thiel
2016-12-08
1
-1
/
+4
|
\
|
*
Fixes to support Python 2.6 again.
Andreas Maier
2016-10-24
1
-1
/
+4
*
|
chore(lint): flake8
Sebastian Thiel
2016-12-08
1
-1
/
+1
*
|
fix(submodule): don't fail if tracking branch can't be setup
Sebastian Thiel
2016-12-08
1
-1
/
+1
|
/
*
Merge branch 'cygwin' of https://github.com/ankostis/GitPython into ankostis-...
Sebastian Thiel
2016-10-22
5
-69
/
+68
|
\
|
*
Merge with #532, fix unicode filenames with escapesurogates
Kostis Anagnostopoulos
2016-10-16
1
-5
/
+2
|
|
\
|
*
|
src: reduce needless deps to `gitdb.util`
Kostis Anagnostopoulos
2016-10-16
4
-16
/
+12
|
*
|
src: import os.path as osp
Kostis Anagnostopoulos
2016-10-16
1
-53
/
+56
[next]