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
/
repo
Commit message (
Expand
)
Author
Age
Files
Lines
*
feat(blame): Support custom `rev_opts` for blame
Joseph Hale
2022-08-30
1
-3
/
+8
*
docs: add typerror exception to active_branch method
Patrick Gerard
2022-08-20
1
-0
/
+2
*
BUG: Use Cygwin paths for Cygwin git
DWesl
2022-06-11
1
-2
/
+4
*
STY: Remove import of now-unused function
DWesl
2022-06-11
1
-1
/
+0
*
BUG: Convert to native path before checking if absolute
DWesl
2022-06-10
1
-1
/
+5
*
reformat according to 'black' configuration file.
Sebastian Thiel
2022-05-18
2
-90
/
+30
*
Revert "Remove flake8 linting in favor of `black` formatting"
Sebastian Thiel
2022-05-18
1
-0
/
+1
*
Remove flake8 linting in favor of `black` formatting
Sebastian Thiel
2022-05-18
1
-1
/
+0
*
Run everything through 'black'
Sebastian Thiel
2022-05-18
2
-257
/
+456
*
Fix various typos
luz paz
2022-05-07
2
-3
/
+3
*
Allow `repo.create_head`'s `commit` arg to be a `SymbolicReference`
David Robertson
2022-04-02
1
-1
/
+2
*
fix iter_commits comment, more in line with iter_items
Houssam Kherraz
2022-02-24
1
-2
/
+2
*
Fix typing issues with delete_head and Remote.add
Russ Allbery
2021-09-20
1
-1
/
+1
*
Use the Git class type definition within Repo classmethods
Michael Mulich
2021-08-18
1
-2
/
+2
*
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
*
Test Dataclass in repo.base.blame() 5
Yobmod
2021-08-02
1
-30
/
+37
*
Test Dataclass in repo.base.blame() 4
Yobmod
2021-08-02
1
-11
/
+10
*
Test TypedDict in repo.base.blame() 1
Yobmod
2021-08-02
1
-13
/
+14
*
Test TypedDict in repo.base.blame() 2
Yobmod
2021-08-02
1
-44
/
+36
*
Test Dataclass in repo.base.blame() 3
Yobmod
2021-08-02
1
-13
/
+14
*
Test Dataclass in repo.base.blame() 2
Yobmod
2021-08-02
1
-2
/
+2
*
Test Dataclass in repo.base.blame()
Yobmod
2021-08-02
1
-37
/
+66
*
Test trailing comma in args (>py3.6?)
Yobmod
2021-08-02
1
-3
/
+5
*
Test new union syntax (Pep604)
Yobmod
2021-08-02
1
-1
/
+1
*
Add __future__.annotations to repo/base.py
Yobmod
2021-08-02
2
-5
/
+6
*
Add __future__.annotations to cmd.py2
Yobmod
2021-08-02
1
-3
/
+3
*
Add __future__.annotations to cmd.py
Yobmod
2021-08-02
1
-7
/
+7
*
increase mypy strictness (warn unused ignored and warn unreachable)
Yobmod
2021-08-02
2
-8
/
+14
*
replace more TBDs wiht runtime types
Yobmod
2021-07-31
1
-4
/
+5
*
Add type to repo.base._to_full_tag_path
Yobmod
2021-07-31
1
-6
/
+7
*
Fix more missing types in Symbolic.py, cos GuthubActions pytest stuck
Yobmod
2021-07-28
1
-1
/
+2
*
Fix some SymbolicReference types
Yobmod
2021-07-28
1
-1
/
+1
*
Fix SymbolicReference reference typing
Yobmod
2021-07-28
1
-3
/
+2
*
Added support of spaces for clone multi_options
Igor Lakhtenkov
2021-07-27
1
-1
/
+2
*
Rmv with_metaclass shim, make section constraint generic wrt its configparser...
Yobmod
2021-07-24
1
-2
/
+4
*
Replace all Typeguard with cast, revert update to typing-extensions==3.10.0
Yobmod
2021-07-24
1
-2
/
+3
*
Rmv old py2.7 __future__ imports
Yobmod
2021-07-19
1
-1
/
+0
*
Make pathlike a forward ref
Yobmod
2021-07-19
1
-3
/
+4
*
Change remaining type comments to py3.6+ types
Yobmod
2021-07-19
2
-14
/
+15
*
Make types in refs compatible with repo
Yobmod
2021-07-19
1
-3
/
+4
*
Increase mypy strictness (no_implicit_optional & warn_redundant_casts) and fi...
Yobmod
2021-07-08
1
-4
/
+4
*
Fix for mrepo2
Yobmod
2021-07-06
1
-1
/
+1
*
Add types to submodule.update()
Yobmod
2021-07-06
1
-3
/
+6
*
Improve BlameEntry.commit typing
Yobmod
2021-07-05
1
-4
/
+4
*
Improve typing of config_levels, add assert_never()
Yobmod
2021-07-05
1
-9
/
+10
*
Add missed types to Commit, uncomment to_native_path_linux()
Yobmod
2021-07-01
1
-1
/
+1
*
Type Traversable.traverse() better, start types of submodule
Yobmod
2021-06-30
1
-8
/
+8
[next]