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
/
refs
Commit message (
Expand
)
Author
Age
Files
Lines
*
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
2
-42
/
+40
*
Fix SymbolicReference reference typing
Yobmod
2021-07-28
2
-3
/
+5
*
Replace all Typeguard with cast, revert update to typing-extensions==3.10.0
Yobmod
2021-07-24
2
-2
/
+2
*
Rmv old py2.7 __future__ imports
Yobmod
2021-07-19
1
-1
/
+0
*
Change remaining type comments to py3.6+ types
Yobmod
2021-07-19
1
-1
/
+1
*
rmv redundant IOerror except
Yobmod
2021-07-19
1
-658
/
+0
*
Add types to refs/head.py
Yobmod
2021-07-19
1
-15
/
+22
*
Add types to refs/log.py
Yobmod
2021-07-19
1
-54
/
+86
*
Add types to refs/reference.py
Yobmod
2021-07-19
1
-12
/
+25
*
Add types to refs/remote.py
Yobmod
2021-07-19
1
-9
/
+22
*
Add types to refs/symbolic.py
Yobmod
2021-07-19
1
-0
/
+674
*
Add types to refs/tag.py
Yobmod
2021-07-19
1
-10
/
+36
*
Make bytesIO forwardref
Yobmod
2021-07-05
1
-3
/
+8
*
Improve typing of config_levels, add assert_never()
Yobmod
2021-07-05
1
-1
/
+2
*
Type Traversable.traverse() better, start types of submodule
Yobmod
2021-06-30
2
-4
/
+8
*
replace cast()s with asserts in remote.py
Yobmod
2021-06-25
1
-6
/
+6
*
Make IterableList generic and update throughout
Yobmod
2021-06-24
1
-2
/
+2
*
Adds _common_default to build _common_path_default
Robert Westman
2021-06-03
1
-1
/
+2
*
flake8 and mypy fixes
Yobmod
2021-05-16
1
-2
/
+2
*
second pass of adding types
yobmod
2021-05-03
1
-1
/
+1
*
add initial types to remote.py
yobmod
2021-05-03
2
-3
/
+3
*
start add types to util.py
yobmod
2021-02-28
1
-1
/
+1
*
Ensure only fully matching symrefs are deleted
Simon Westphahl
2020-08-12
1
-2
/
+4
*
Fix exception causes in 7 modules
Ram Rachum
2020-06-13
1
-4
/
+4
*
Fix flake8 errors
Sebastian Thiel
2020-05-28
1
-1
/
+1
*
Remove now unnecessary explicit Unicode string literal prefixes
Harmon
2020-02-25
1
-7
/
+7
*
Use UTF-8 encoding when getting information about a symbolic reference
Harmon
2020-02-18
1
-1
/
+1
*
Remove and replace compat.string_types
Harmon
2020-02-08
2
-10
/
+4
*
Remove checks for Python 2 and/or 3
Harmon
2020-02-08
1
-7
/
+1
*
Remove and replace compat.xrange
Harmon
2020-02-08
1
-2
/
+1
*
removed extra line as per code review
Anil Khatri
2019-10-28
1
-1
/
+0
*
silence PYL-W0621
Anil Khatri
2019-10-24
1
-4
/
+2
*
silance Re-defined variable from outer scope
Anil Khatri
2019-10-24
1
-8
/
+10
*
resolved all minor issues arised by last fix patch
Anil Khatri
2019-10-23
1
-23
/
+22
*
fix File opened without the with statement
Anil Khatri
2019-10-23
1
-17
/
+18
*
fix Loop variable used outside the loop
Anil Khatri
2019-10-23
1
-1
/
+1
*
fixed classmethod argument PYL-C0202
Anil Khatri
2019-10-22
1
-1
/
+1
*
removed Unnecessary “else” after “return”
Pratik Anurag
2019-10-15
1
-4
/
+3
*
removed Unnecessary “else” after “return”
Pratik Anurag
2019-10-15
1
-2
/
+1
*
renamed unused variables
Pratik Anurag
2019-10-15
1
-1
/
+1
*
Use automatic formatters
Hugo
2018-03-18
1
-7
/
+7
*
Rewrite unnecessary dict/list/tuple calls as literals
Hugo
2018-03-18
5
-5
/
+5
*
RF: primarily flake8 lints + minor RF to reduce duplication in PATHEXT
Yaroslav Halchenko
2017-11-27
1
-1
/
+1
*
recognize the new packed-ref header format
Brenda J. Butler
2017-10-13
1
-1
/
+9
*
worktrees: make non-packed refs also work correctly.
Peter Jones
2017-08-22
2
-24
/
+24
*
Repo: handle worktrees better
Peter Jones
2017-07-01
1
-3
/
+24
*
Spelling fixes
Ville Skyttä
2017-03-09
1
-2
/
+2
[next]