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
Commit message (
Expand
)
Author
Age
Files
Lines
*
import unittest adds 0.250s to script launch time
wonder-mice
2022-01-12
1
-2
/
+2
*
import unittest adds 0.250s to script launch time
wonder-mice
2022-01-12
1
-1
/
+1
*
Assure index file descriptor is closed after reader (#1394) (#1395)
Sebastian Thiel
2022-01-10
1
-1
/
+4
*
Fix doc string error in Objects.Commit
Takuya Kitazawa
2022-01-10
1
-2
/
+2
*
Revert "Use NUL character to extract meta and path from git diff"
Sebastian Thiel
2022-01-07
1
-3
/
+3
*
Use git interpret-trailers for trailers property
Ket3r
2022-01-07
1
-17
/
+26
*
Add trailer as commit property
Peter Kempter
2022-01-07
1
-1
/
+40
*
Use NUL character to extract meta and path from git diff
NHanser
2022-01-07
1
-3
/
+3
*
Avoid taking a lock for reading
Sebastian Thiel
2022-01-07
2
-15
/
+2
*
Extend IterableList[PushInfo] instead of IterableList
Sjoerd Langkemper
2021-11-13
1
-17
/
+16
*
Specify type for PushInfoList.error
Sjoerd Langkemper
2021-11-13
1
-1
/
+1
*
Fix type handing on PushInfoList
Sjoerd Langkemper
2021-11-13
1
-3
/
+4
*
Rename exception to error, raise_on_error to raise_if_error
Sjoerd Langkemper
2021-11-13
1
-5
/
+5
*
Let remote.push return a PushInfoList
Sjoerd Langkemper
2021-11-13
1
-3
/
+20
*
Revert "Replace wildcard imports with concrete imports"
Trym Bremnes
2021-10-03
5
-27
/
+28
*
Replace wildcard imports with concrete imports
Trym Bremnes
2021-10-01
5
-28
/
+27
*
Fix typing issues with delete_head and Remote.add
Russ Allbery
2021-09-20
4
-4
/
+11
*
Add a way to force status codes inside AutoInterrupt._terminate, and let test...
sroet
2021-09-18
1
-7
/
+12
*
fix typo's
sroet
2021-09-18
1
-1
/
+1
*
make flake8 and mypy happy
sroet
2021-09-18
1
-10
/
+16
*
update tests and add a comment about different behaviour of 'push' vs 'fetch'
sroet
2021-09-18
1
-0
/
+2
*
reuse kill_after_timeout kwarg
sroet
2021-09-18
2
-31
/
+71
*
update docstring
sroet
2021-09-18
1
-1
/
+1
*
reset default timeout to None
sroet
2021-09-18
2
-6
/
+6
*
allow for timeout propagation
sroet
2021-09-18
1
-9
/
+15
*
change default fetch timeout to 60 s
sroet
2021-09-18
1
-1
/
+1
*
Merge pull request #1318 from Yobmod/main
Dominic
2021-09-09
5
-29
/
+43
|
\
|
*
Update changelog and version
Yobmod
2021-08-09
1
-0
/
+2
|
*
upgrade sphinx for 3.10 compat
Yobmod
2021-08-09
1
-4
/
+5
|
*
try fix for Protocol buy in 3.10 3
Yobmod
2021-08-09
1
-2
/
+2
|
*
try fix for Protocol buy in 3.10 2
Yobmod
2021-08-09
1
-1
/
+1
|
*
try fix for Protocol buy in 3.10
Yobmod
2021-08-09
1
-2
/
+8
|
*
type fixo
Yobmod
2021-08-08
1
-0
/
+0
|
*
type fix
Yobmod
2021-08-08
1
-0
/
+944
|
*
add type check to conf_encoding (in thoery could be bool or int)
Yobmod
2021-08-08
4
-959
/
+6
|
*
Merge branch 'master' of https://github.com/Yobmod/GitPython into main
yobmod
2021-08-08
1
-14
/
+28
|
|
\
|
|
*
fix setup.py classifiers, improvefnmatchprocess handler types
yobmod
2021-08-08
1
-14
/
+28
*
|
|
Assure CWD is readable after acquiring it
Sebastian Thiel
2021-09-05
1
-0
/
+2
*
|
|
Add encoding to utf-8 for fetch_info_lines;
f100024
2021-08-24
1
-2
/
+2
*
|
|
Use the Git class type definition within Repo classmethods
Michael Mulich
2021-08-18
1
-2
/
+2
*
|
|
Don't fail on import if the working dir isn't valid (#1319)
Sebastian Thiel
2021-08-12
1
-1
/
+4
|
/
/
*
|
Merge branch 'gitpython-developers:main' into patch-1
Eric Wieser
2021-08-03
1
-2
/
+2
|
\
\
|
*
|
Fix trailing whitespace and incorrect overload
Eric Wieser
2021-08-03
1
-2
/
+2
*
|
|
Use get instead of get_value
Eric Wieser
2021-08-03
1
-1
/
+1
*
|
|
Merge branch 'main' into patch-1
Eric Wieser
2021-08-03
17
-168
/
+193
|
\
\
\
|
|
/
/
|
*
|
Add overload to get_value()
Dominic
2021-08-03
1
-6
/
+5
|
|
/
|
*
Improve type of repo.currently_rebasing_on()
Yobmod
2021-08-02
1
-2
/
+2
|
*
Improve type of repo.blame_incremental()
Yobmod
2021-08-02
1
-9
/
+9
|
*
Choose TypedDict!
Yobmod
2021-08-02
1
-37
/
+32
|
*
Test Dataclass in repo.base.blame() 6
Yobmod
2021-08-02
1
-6
/
+5
[next]