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
*
Fix various typos
luz paz
2022-05-07
12
-19
/
+19
*
Fix #1284: strip usernames from URLs as well as passwords
Glenn Matthews
2022-05-04
2
-10
/
+17
*
fix(docs): remove an unexpected blank line
Hiroki Tokunaga
2022-04-07
1
-1
/
+0
*
docs: escape with backticks
Hiroki Tokunaga
2022-04-07
1
-1
/
+1
*
chore: `s/strip_newline/&_in_stdout`
Hiroki Tokunaga
2022-04-07
1
-5
/
+5
*
feat(cmd): add the `strip_newline` flag
Hiroki Tokunaga
2022-04-06
1
-2
/
+5
*
Allow `repo.create_head`'s `commit` arg to be a `SymbolicReference`
David Robertson
2022-04-02
1
-1
/
+2
*
Fixed setting ref with non-ascii in path
Dmitry Kalinin
2022-03-23
1
-1
/
+1
*
fix iter_commits comment, more in line with iter_items
Houssam Kherraz
2022-02-24
1
-2
/
+2
*
Low risk ReDoS vuln
theworstcomrade
2022-02-20
1
-1
/
+1
*
Let index.commit refer to correct method for parameter information (#1407)
Sebastian Thiel
2022-02-03
1
-1
/
+1
*
set unassigned stdin to improve pyinstaller compatibility
smokephil
2022-01-21
1
-2
/
+3
*
Use bash to open extensionless hooks on windows
David Briscoe
2022-01-14
1
-1
/
+14
*
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
[next]