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
/
test
Commit message (
Expand
)
Author
Age
Files
Lines
*
Updates from review
Santos Gallegos
2022-12-28
3
-17
/
+109
*
Submodule tests
Santos Gallegos
2022-12-27
1
-1
/
+115
*
More tests
Santos Gallegos
2022-12-27
2
-1
/
+213
*
Update/add tests for Repo.clone*
Santos Gallegos
2022-12-27
1
-27
/
+121
*
Updates from review
Santos Gallegos
2022-12-27
1
-2
/
+2
*
Block unsafe options and protocols by default
Santos Gallegos
2022-12-23
1
-2
/
+3
*
Forbid unsafe protocol URLs in Repo.clone{,_from}()
Steve Kowalik
2022-12-23
1
-0
/
+36
*
Add test
Santos Gallegos
2022-12-21
1
-0
/
+26
*
Ignore empty info in diff line
Dave Wapstra
2022-09-27
1
-0
/
+6
*
Fix bug where colons in paths raise a `ValueError` on `diff()` calls.
Malcolm Langfield
2022-09-12
1
-1
/
+0
*
feat(blame): Support custom `rev_opts` for blame
Joseph Hale
2022-08-30
1
-0
/
+7
*
Allow failure of that one test on cygwin
Sebastian Thiel
2022-08-25
1
-0
/
+7
*
Use the same regex as the Actor class when determining co-authors.
Twist
2022-08-24
1
-1
/
+1
*
Add malformed co-authors to the test, to check they aren't detected with the ...
Twist
2022-08-23
1
-2
/
+6
*
Add co_authors property to the Commit object, which parses the commit message...
Twist
2022-08-22
1
-0
/
+11
*
Fix source comment typos
luz paz
2022-08-17
2
-3
/
+3
*
Merge pull request #1459 from AustinScola/ascola/fix-blob-filter-types
Sebastian Thiel
2022-07-02
1
-0
/
+32
|
\
|
*
Remove stage type as parameter from blob filter test
Austin Scola
2022-07-01
1
-6
/
+7
|
*
Fix blob filter path shorter than filter path
Austin Scola
2022-06-28
1
-0
/
+31
*
|
Add regression test for TagReference.create
Ruud van Asseldonk
2022-06-25
1
-0
/
+17
|
/
*
FIX: Mark the correct test_submodule test as xfail on Cygwin
DWesl
2022-06-20
1
-4
/
+4
*
FIX: Import pytest in tests.test_docs
DWesl
2022-06-20
1
-0
/
+2
*
TST: Mark test_submodule.TestSubmodule.test_root_module as xfail on Cygwin
DWesl
2022-06-20
1
-0
/
+8
*
TST: Mark test_repo.TestRepo.test_submodules as xfail on Cygwin
DWesl
2022-06-20
1
-0
/
+8
*
TST: Mark test_docs.Tutorials.test_submodules as xfail on Cygwin
DWesl
2022-06-20
1
-0
/
+6
*
fix: Allow adding PathLike object to index
Ruben DI BATTISTA
2022-05-18
1
-0
/
+11
*
reformat according to 'black' configuration file.
Sebastian Thiel
2022-05-18
25
-716
/
+242
*
Run everything through 'black'
Sebastian Thiel
2022-05-18
29
-1603
/
+2470
*
Fix various typos
luz paz
2022-05-07
9
-10
/
+10
*
Fix #1284: strip usernames from URLs as well as passwords
Glenn Matthews
2022-05-04
2
-10
/
+29
*
chore: `s/strip_newline/&_in_stdout`
Hiroki Tokunaga
2022-04-07
1
-2
/
+2
*
feat(cmd): add the `strip_newline` flag
Hiroki Tokunaga
2022-04-06
1
-0
/
+10
*
Use bash to open extensionless hooks on windows
David Briscoe
2022-01-14
1
-3
/
+6
*
Use git interpret-trailers for trailers property
Ket3r
2022-01-07
1
-2
/
+2
*
Add failing unit test
Peter Kempter
2022-01-07
1
-0
/
+46
*
Add raise_if_error() to tutorial
Sjoerd Langkemper
2021-11-13
1
-1
/
+2
*
Test raise_if_error
Sjoerd Langkemper
2021-11-13
1
-0
/
+6
*
Test that return value of push is a list-like object
Sjoerd Langkemper
2021-11-13
1
-1
/
+4
*
Revert "Replace wildcard imports with concrete imports"
Trym Bremnes
2021-10-03
1
-5
/
+2
*
Replace wildcard imports with concrete imports
Trym Bremnes
2021-10-01
1
-2
/
+5
*
Add a way to force status codes inside AutoInterrupt._terminate, and let test...
sroet
2021-09-18
1
-4
/
+10
*
set timeout to a non-zero value
sroet
2021-09-18
1
-2
/
+2
*
two spaces before comments
sroet
2021-09-18
1
-1
/
+1
*
fetch is also to quick on CI, only test pull
sroet
2021-09-18
1
-1
/
+1
*
make test timeout stricter
sroet
2021-09-18
1
-2
/
+2
*
go for pytest.raises and test that the functions run
sroet
2021-09-18
1
-3
/
+3
*
update tests and add a comment about different behaviour of 'push' vs 'fetch'
sroet
2021-09-18
1
-3
/
+17
*
propagate kwargs in do_test_fetch
sroet
2021-09-18
1
-2
/
+2
*
also test a call to 'push' with 10s timeout
sroet
2021-09-18
1
-1
/
+1
*
add test timeout with the old 10 s timeout
sroet
2021-09-18
1
-2
/
+2
[next]