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
/
index
Commit message (
Expand
)
Author
Age
Files
Lines
*
increase mypy strictness (warn unused ignored and warn unreachable)
Yobmod
2021-08-02
1
-1
/
+0
*
replace some TBDs wiht runtime types
Yobmod
2021-07-31
1
-5
/
+6
*
Add final types to index/fun.py
Yobmod
2021-07-31
1
-1
/
+1
*
Rmv with_metaclass shim, make section constraint generic wrt its configparser...
Yobmod
2021-07-24
1
-1
/
+2
*
Use BaseIndexEntry named access in index/fun.py
Yobmod
2021-07-24
2
-60
/
+38
*
Replace all Typeguard with cast, revert update to typing-extensions==3.10.0
Yobmod
2021-07-24
1
-5
/
+6
*
Rmv old py2.7 __future__ imports
Yobmod
2021-07-19
1
-2
/
+0
*
Change remaining type comments to py3.6+ types
Yobmod
2021-07-19
2
-17
/
+17
*
update types in types.py
Yobmod
2021-07-19
1
-3
/
+4
*
Make TreeCacheTup forward ref
Yobmod
2021-07-09
1
-4
/
+4
*
Use TreeCacheTup type alias throughout
Yobmod
2021-07-09
1
-3
/
+4
*
Fix typing of index.fun.write_tree_from_cache()
Yobmod
2021-07-09
2
-5
/
+4
*
Improve IndexFile_process_diff_args() to get checks to rerun
Yobmod
2021-07-09
1
-5
/
+5
*
Make IndexFile and Diffable .diff() types agree
Yobmod
2021-07-09
1
-1
/
+2
*
Remove defsult_index decorator from diff() and do check within function. Brea...
Yobmod
2021-07-09
1
-2
/
+7
*
Improve Diffable method typing
Yobmod
2021-07-09
1
-3
/
+3
*
Try to distinguation git.diff module from diff.Diff.diff and diff.Daffable.di...
Yobmod
2021-07-09
1
-7
/
+8
*
tests TraversableIterableObj typeguard
Yobmod
2021-07-09
1
-1
/
+0
*
Change List to MutableSequence in fun.py _find_by_name()
Yobmod
2021-07-08
1
-2
/
+3
*
fix base,ours,theirs typing
Yobmod
2021-07-08
1
-4
/
+4
*
Fix traverse_trees_recursive()
Yobmod
2021-07-08
1
-79
/
+69
*
Mmmmmm
Yobmod
2021-07-08
1
-67
/
+71
*
Mmmmm
Yobmod
2021-07-08
1
-5
/
+4
*
Mak EntryTup a froward ref
Yobmod
2021-07-08
1
-6
/
+5
*
Finish initial typing of index folder
Yobmod
2021-07-08
3
-44
/
+62
*
Increase mypy strictness (no_implicit_optional & warn_redundant_casts) and fi...
Yobmod
2021-07-08
1
-4
/
+6
*
Make diff.DiffIndex generic List['Diff']
Yobmod
2021-07-06
1
-4
/
+4
*
Type index _items_to_rela_paths()
Yobmod
2021-07-06
1
-9
/
+10
*
UnMake subodule a forward ref in Index.base2
Yobmod
2021-07-06
1
-1
/
+1
*
UnMake subodule a forward ref in Index.base
Yobmod
2021-07-06
1
-1
/
+1
*
Make subodule a forward ref in Index.base3
Yobmod
2021-07-06
1
-2
/
+2
*
Make subodule a forward ref in Index.base2
Yobmod
2021-07-06
1
-1
/
+1
*
Make subodule a forward ref in Index.base
Yobmod
2021-07-06
1
-4
/
+4
*
Improve types of @unbare_repo and @git_working_dir decorators
Yobmod
2021-07-06
2
-6
/
+6
*
Add missed types to Commit, uncomment to_native_path_linux()
Yobmod
2021-07-01
1
-2
/
+3
*
Type Traversable.traverse() better, start types of submodule
Yobmod
2021-06-30
1
-2
/
+3
*
replace cast()s with asserts in fun.py
Yobmod
2021-06-25
1
-3
/
+9
*
Add types to tree.Tree
Yobmod
2021-06-24
2
-2
/
+2
*
Update typing-extensions version in requirements.txt
Yobmod
2021-06-23
1
-1
/
+1
*
improve index mode for files with executable bit
Todd Zullinger
2021-05-25
1
-1
/
+2
*
Tidy up some comments
Yobmod
2021-05-17
1
-1
/
+0
*
index.base unmerged_blobs() doc string
Yobmod
2021-05-17
1
-2
/
+2
*
forward reference for IndexFile
Yobmod
2021-05-17
1
-6
/
+7
*
forward reference for IndexFile
Yobmod
2021-05-17
1
-1
/
+1
*
add types to index.fun.py
Yobmod
2021-05-17
2
-33
/
+49
*
flake8 and mypy fixes
Yobmod
2021-05-16
2
-5
/
+2
*
Add types to index.util.py
Yobmod
2021-05-16
1
-9
/
+21
*
Add types to index.typ.py
Yobmod
2021-05-16
2
-23
/
+35
*
Add remaining types to IndexFile ._store_items() ._entries_for_paths()
Yobmod
2021-05-16
1
-8
/
+12
*
Add remaining types to IndexFile ._preprocess_add_items() to .diff()
Yobmod
2021-05-16
1
-1
/
+2
[next]