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
Commit message (
Expand
)
Author
Age
Files
Lines
*
Raise exception if return code from check-ignore is not 1
Axel Aguado
2023-01-21
1
-2
/
+9
*
Add test to verify GitCommandError is raised when check-ignore is run against...
Axel Aguado
2023-01-21
1
-1
/
+12
*
Add test_ignored_items_reported
Axel Aguado
2023-01-21
1
-0
/
+16
*
Merge pull request #1541 from hugovk/add-3.11
Sebastian Thiel
2023-01-17
7
-30
/
+44
|
\
|
*
Lint with Flake8 via pre-commit
Hugo van Kemenade
2023-01-16
6
-27
/
+40
|
*
Upgrade Python syntax with pyupgrade --py37-plus
Hugo van Kemenade
2023-01-15
1
-1
/
+1
|
*
Fix typo
Hugo van Kemenade
2023-01-15
1
-2
/
+2
|
*
Declare support for Python 3.11
Hugo van Kemenade
2023-01-15
1
-0
/
+1
|
/
*
Merge pull request #1537 from teknoraver/main
Sebastian Thiel
2023-01-14
2
-2
/
+33
|
\
|
*
fix files list on file rename
Matteo Croce
2023-01-13
2
-2
/
+33
|
/
*
Merge pull request #1532 from marlamb/feature/reduce-resource-leaks
Sebastian Thiel
2023-01-09
2
-3
/
+9
|
\
|
*
Fix some resource leaks by open file handles
Martin Lambertsen
2023-01-09
2
-3
/
+9
|
/
*
Merge pull request #1531 from obfusk/fix-tempfile
Sebastian Thiel
2023-01-08
3
-454
/
+517
|
\
|
*
fix clone_from_unsafe_protocol tests
FC Stegerman
2023-01-08
1
-5
/
+30
|
*
replace tempfile.mkdtemp w/ tempfile.TemporaryDirectory
FC Stegerman
2023-01-08
3
-450
/
+488
*
|
Merge pull request #1530 from obfusk/fix-unsafe-param-docstring
Sebastian Thiel
2023-01-08
3
-3
/
+20
|
\
\
|
|
/
|
/
|
|
*
fix/add allow_unsafe_* params in docstrings + fix typo
FC Stegerman
2023-01-08
3
-3
/
+20
|
/
*
tests: Use `command -v` instead of third-party `which` program
Michał Górny
2022-12-31
1
-1
/
+1
*
Fix Sphinx rendering errors
Stephan Creutz
2022-12-29
12
-17
/
+37
*
adjust changelog prior to release
3.1.30
Sebastian Thiel
2022-12-29
2
-1
/
+6
*
Merge pull request #1521 from stsewd/block-insecure-options
Sebastian Thiel
2022-12-29
10
-21
/
+752
|
\
|
*
Updates from review
Santos Gallegos
2022-12-28
4
-17
/
+110
|
*
Submodule tests
Santos Gallegos
2022-12-27
1
-1
/
+115
|
*
More tests
Santos Gallegos
2022-12-27
4
-7
/
+247
|
*
Update/add tests for Repo.clone*
Santos Gallegos
2022-12-27
1
-27
/
+121
|
*
Updates from review
Santos Gallegos
2022-12-27
3
-19
/
+16
|
*
Block unsafe options and protocols by default
Santos Gallegos
2022-12-23
5
-36
/
+160
|
*
Forbid unsafe protocol URLs in Repo.clone{,_from}()
Steve Kowalik
2022-12-23
3
-1
/
+70
*
|
Fix type hint on create_tag
Andrew Cassidy
2022-12-29
1
-1
/
+1
*
|
Document PushInfoList
timski
2022-12-29
1
-6
/
+10
|
/
*
Merge branch 'fix-cmd-injection'
Sebastian Thiel
2022-12-22
5
-4
/
+44
|
\
|
*
update changelog
Sebastian Thiel
2022-12-22
1
-0
/
+12
|
*
Add test
Santos Gallegos
2022-12-21
1
-0
/
+26
|
*
Fix CI
Santos Gallegos
2022-12-20
1
-1
/
+1
|
*
Fix command injection
Santos Gallegos
2022-12-20
2
-3
/
+5
|
/
*
Bump cygwin/cygwin-install-action from 2 to 3
dependabot[bot]
2022-11-28
1
-1
/
+1
*
fix CI by allowing the file protocol as well.
Sebastian Thiel
2022-11-28
3
-1
/
+8
*
Merge pull request #1501 from SergeantMenacingGarlic/date_types
Sebastian Thiel
2022-10-14
2
-4
/
+5
|
\
|
*
Add datetime.datetime type to commit_date and author_date
SergeantMenacingGarlic
2022-10-13
2
-4
/
+5
|
/
*
prepare next release
3.1.29
Sebastian Thiel
2022-10-11
2
-1
/
+9
*
fix version replacement in `setup.py` (#1500)
Sebastian Thiel
2022-10-11
1
-1
/
+1
*
remove package signing
Sebastian Thiel
2022-10-07
1
-1
/
+1
*
bump version to 3.1.28
3.1.28
Sebastian Thiel
2022-10-07
1
-1
/
+1
*
prepare changelog
Sebastian Thiel
2022-10-07
1
-0
/
+6
*
Merge pull request #1497 from dwapstra/git_diff_empty
Sebastian Thiel
2022-09-27
2
-0
/
+9
|
\
|
*
Ignore empty info in diff line
Dave Wapstra
2022-09-27
2
-0
/
+9
|
/
*
Merge pull request #1491 from langfield/main
Sebastian Thiel
2022-09-14
2
-2
/
+4
|
\
|
*
Fix bug where colons in paths raise a `ValueError` on `diff()` calls.
Malcolm Langfield
2022-09-12
2
-2
/
+4
|
/
*
Merge pull request #1485 from thehale/blame/rev-opts
Sebastian Thiel
2022-09-01
3
-3
/
+16
|
\
|
*
feat(blame): Support custom `rev_opts` for blame
Joseph Hale
2022-08-30
3
-3
/
+16
|
/
[next]