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
*
Add type to symbolicreference.reference()
Yobmod
2021-07-31
2
-3
/
+12
*
cleanup
Yobmod
2021-07-31
1
-1
/
+1
*
Add type to symbolicreference.set_object()
Yobmod
2021-07-31
2
-8
/
+10
*
Add type to symbolicreference.set_reference()
Yobmod
2021-07-31
1
-4
/
+5
*
Add type to symbolicreference.is_valid()
Yobmod
2021-07-31
1
-4
/
+4
*
Add type to symbolicreference.log_append()
Yobmod
2021-07-31
1
-6
/
+15
*
Add type to symbolicreference.delete()
Yobmod
2021-07-31
1
-5
/
+5
*
Add type to symbolicreference._create()
Yobmod
2021-07-31
1
-2
/
+4
*
Add type to symbolicreference.is_remote()
Yobmod
2021-07-31
1
-4
/
+5
*
Add type to symbolicreference.get_()
Yobmod
2021-07-31
1
-7
/
+6
*
Add type to symbolicreference()
Yobmod
2021-07-31
1
-6
/
+7
*
Add type to symbolicreference.dereference_recursive()
Yobmod
2021-07-31
1
-2
/
+2
*
Add type to symbolicreference.dereference_recursive()
Yobmod
2021-07-31
1
-1
/
+1
*
Add type to symbolicreference._get_packed_refs_path()
Yobmod
2021-07-31
1
-11
/
+11
*
Add type to symbolicreference._get_ref_info()
Yobmod
2021-07-31
1
-11
/
+11
*
Add type to symbolicreference.__repr__()
Yobmod
2021-07-31
1
-6
/
+6
*
Add type to symbolicreference.rename()
Yobmod
2021-07-31
1
-6
/
+7
*
Add type to symbolicreference.iter_items()
Yobmod
2021-07-31
1
-2
/
+2
*
Add type to symbolicreference.name()
Yobmod
2021-07-31
2
-82
/
+56
*
Merge branch 'main' of https://github.com/Yobmod/GitPython
Yobmod
2021-07-31
1
-3
/
+1
|
\
|
*
Rvrt types of symbolic.py that were breaking pytest
Dominic
2021-07-31
1
-98
/
+86
|
*
Update symbolic.py
Dominic
2021-07-31
1
-1
/
+1
|
*
Update symbolic.py
Dominic
2021-07-31
1
-86
/
+98
|
*
rvrt symbolic.py types
Dominic
2021-07-31
1
-98
/
+74
|
*
update types sybmbolic.py
Dominic
2021-07-31
1
-74
/
+98
|
*
update types submodule/root.py
Dominic
2021-07-31
1
-3
/
+1
|
*
update types submodule/base.py
Dominic
2021-07-31
1
-3
/
+5
|
*
update types commit.py
Dominic
2021-07-31
1
-0
/
+1
|
*
Update reference.py
Dominic
2021-07-31
1
-1
/
+3
|
*
Update head.py
Dominic
2021-07-31
1
-7
/
+8
|
*
Update tag.py
Dominic
2021-07-31
1
-5
/
+11
|
*
Update config.py
Dominic
2021-07-31
1
-5
/
+6
|
*
Update base.py
Dominic
2021-07-31
1
-4
/
+4
|
*
Update util.py
Dominic
2021-07-31
1
-94
/
+545
|
*
Update util.py
Dominic
2021-07-31
1
-540
/
+94
|
*
Fix typing of Head.create_head
David Hotham
2021-07-30
1
-1
/
+1
|
*
Revert "More specific version check for ordered dict type"
Sebastian Thiel
2021-07-28
1
-1
/
+1
|
*
More specific version check for ordered dict type
Sebastian Thiel
2021-07-28
1
-1
/
+1
*
|
Fix more missing types in Symbolic.py, cos GuthubActions pytest stuck
Yobmod
2021-07-28
6
-27
/
+47
*
|
Fix more missing types in Symbolic.py, cos GuthubActions pytest stuck
Yobmod
2021-07-28
4
-22
/
+36
*
|
Fix more missing types in Symbolic.py.
Yobmod
2021-07-28
1
-1
/
+5
*
|
Fix more missing types in Symbolic.py
Yobmod
2021-07-28
1
-3
/
+3
*
|
Fix more missing types in Symbolic.py
Yobmod
2021-07-28
1
-9
/
+13
*
|
Fix forwardref
Yobmod
2021-07-28
1
-1
/
+1
*
|
Fix some SymbolicReference types
Yobmod
2021-07-28
3
-43
/
+41
*
|
Rmv py 3.10 check for typing.Ordereddict - its deprecated then, but will stil...
Yobmod
2021-07-28
1
-6
/
+2
*
|
Add another type ignore for Ordereddict
Yobmod
2021-07-28
1
-2
/
+2
*
|
Fix SymbolicReference reference typing
Yobmod
2021-07-28
3
-6
/
+7
*
|
change ordereddict guard, add type: ignore
Yobmod
2021-07-28
1
-2
/
+7
|
/
*
Added support of spaces for clone multi_options
Igor Lakhtenkov
2021-07-27
1
-1
/
+2
[next]