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
/
fun.py
Commit message (
Expand
)
Author
Age
Files
Lines
*
Fix Sphinx rendering errors
Stephan Creutz
2022-12-29
1
-4
/
+7
*
reformat according to 'black' configuration file.
Sebastian Thiel
2022-05-18
1
-39
/
+14
*
Run everything through 'black'
Sebastian Thiel
2022-05-18
1
-71
/
+114
*
Fix various typos
luz paz
2022-05-07
1
-1
/
+1
*
Use bash to open extensionless hooks on windows
David Briscoe
2022-01-14
1
-1
/
+14
*
Add final types to index/fun.py
Yobmod
2021-07-31
1
-1
/
+1
*
Use BaseIndexEntry named access in index/fun.py
Yobmod
2021-07-24
1
-8
/
+9
*
Replace all Typeguard with cast, revert update to typing-extensions==3.10.0
Yobmod
2021-07-24
1
-5
/
+6
*
Change remaining type comments to py3.6+ types
Yobmod
2021-07-19
1
-5
/
+5
*
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
1
-4
/
+3
*
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
1
-27
/
+35
*
replace cast()s with asserts in fun.py
Yobmod
2021-06-25
1
-3
/
+9
*
Add types to tree.Tree
Yobmod
2021-06-24
1
-1
/
+1
*
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
*
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
1
-31
/
+46
*
Add remaining types to IndexFile ._preprocess_add_items() to .diff()
Yobmod
2021-05-16
1
-2
/
+2
*
Add initial types to IndexFile .init() to _to_relative_path()
Yobmod
2021-05-15
1
-4
/
+6
*
Add initial types to IndexFile .init() to _to_relative_path()
Yobmod
2021-05-15
1
-4
/
+4
*
Add initial types to IndexFile .init() to _to_relative_path()
Yobmod
2021-05-15
1
-4
/
+7
*
Fix exception causes all over the codebase
Ram Rachum
2020-06-14
1
-1
/
+1
*
Remove no longer used compat imports
Harmon
2020-02-08
1
-1
/
+0
*
Remove checks for Python 2 and/or 3
Harmon
2020-02-08
1
-2
/
+1
*
removed Unnecessary “else” after “return”
Pratik Anurag
2019-10-15
1
-2
/
+1
*
removed trailing whitespaces
Pratik Anurag
2019-10-15
1
-1
/
+1
*
updated fun.py, removed unused variables
Pratik Anurag
2019-10-15
1
-1
/
+1
*
Rewrite unnecessary dict/list/tuple calls as literals
Hugo
2018-03-18
1
-3
/
+3
*
IndexFile.commit() now runs pre-commit and post-commit and commit-msg hooks.
satahippy
2017-10-30
1
-3
/
+4
*
Merge branch 'cygwin' of https://github.com/ankostis/GitPython into ankostis-...
Sebastian Thiel
2016-10-22
1
-17
/
+17
|
\
|
*
src: import os.path as osp
Kostis Anagnostopoulos
2016-10-16
1
-17
/
+17
*
|
Fix some typos
Santiago Castro
2016-10-20
1
-1
/
+1
|
/
*
src: No PyDev warnings
Kostis Anagnostopoulos
2016-10-04
1
-1
/
+1
*
FIX hook TC on PY3+Win & indeterministic lock timing.
Kostis Anagnostopoulos
2016-09-29
1
-1
/
+4
*
Win, hook, #519: Consume Hook Popen-proc out of GIL
Kostis Anagnostopoulos
2016-09-28
1
-17
/
+22
*
Win, #519: Ensure fixtures & bashscript checked-out eol=lf
Kostis Anagnostopoulos
2016-09-28
1
-1
/
+1
*
src: constify is_<platform>() calls
Kostis Anagnostopoulos
2016-09-28
1
-1
/
+1
*
test, #519: Try appveyor advice for never-ending builds
Kostis Anagnostopoulos
2016-09-28
1
-1
/
+0
*
src, #519: collect all is_<platform>() calls
Kostis Anagnostopoulos
2016-09-27
1
-2
/
+3
[next]