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
/
config.py
Commit message (
Expand
)
Author
Age
Files
Lines
*
get_values eagerly loads sections before return
Kent Friesen
2023-01-10
1
-0
/
+1
*
Ignore flake8 error.
Twist
2022-08-24
1
-1
/
+1
*
reformat according to 'black' configuration file.
Sebastian Thiel
2022-05-18
1
-75
/
+22
*
Run everything through 'black'
Sebastian Thiel
2022-05-18
1
-86
/
+188
*
Fix various typos
luz paz
2022-05-07
1
-1
/
+1
*
add type check to conf_encoding (in thoery could be bool or int)
Yobmod
2021-08-08
1
-10
/
+1
*
Fix trailing whitespace and incorrect overload
Eric Wieser
2021-08-03
1
-2
/
+2
*
Add overload to get_value()
Dominic
2021-08-03
1
-6
/
+5
*
rmv 3.6 from CI matrix
Yobmod
2021-08-02
1
-2
/
+2
*
increase mypy strictness (warn unused ignored and warn unreachable)
Yobmod
2021-08-02
1
-1
/
+2
*
increase mypy strictness (warn unused ignored)
Yobmod
2021-08-02
1
-8
/
+8
*
replace more TBDs wiht runtime types
Yobmod
2021-07-31
1
-5
/
+6
*
Add set_dirty_and_flush_changes() types to config.py
Yobmod
2021-07-31
1
-2
/
+2
*
Add final types to config.py
Yobmod
2021-07-31
1
-7
/
+11
*
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
*
change ordereddict guard, add type: ignore
Yobmod
2021-07-28
1
-2
/
+7
*
Rmv with_metclass() shim again
Yobmod
2021-07-24
1
-2
/
+1
*
fix rdereddict, cannot subclass typing-extensiosn version
Yobmod
2021-07-24
1
-2
/
+12
*
import ordereddict from types
Yobmod
2021-07-24
1
-2
/
+1
*
change ordereddict to typing.ordereddict
Yobmod
2021-07-24
1
-1
/
+2
*
Readd with_metaclass shim
Yobmod
2021-07-24
1
-1
/
+2
*
Rmv with_metaclass shim, make section constraint generic wrt its configparser...
Yobmod
2021-07-24
1
-31
/
+24
*
Replace all Typeguard with cast, revert update to typing-extensions==3.10.0
Yobmod
2021-07-24
1
-3
/
+3
*
Change remaining type comments to py3.6+ types
Yobmod
2021-07-19
1
-8
/
+10
*
Make types in refs compatible with previous
Yobmod
2021-07-19
1
-1
/
+1
*
Make has_repo protocol runtime checkable and use in Diffable
Yobmod
2021-07-09
1
-2
/
+2
*
Increase mypy strictness (no_implicit_optional & warn_redundant_casts) and fi...
Yobmod
2021-07-08
1
-2
/
+3
*
Make bytesIO forwardref
Yobmod
2021-07-05
1
-3
/
+3
*
Add types to submodule.util.py
Yobmod
2021-07-05
1
-4
/
+5
*
Improve BlameEntry.commit typing
Yobmod
2021-07-05
1
-2
/
+2
*
Improve typing of config_levels, add assert_never()
Yobmod
2021-07-05
1
-15
/
+16
*
Add missed types to Commit, uncomment to_native_path_linux()
Yobmod
2021-07-01
1
-0
/
+10
*
Type Traversable.traverse() better, start types of submodule
Yobmod
2021-06-30
1
-3
/
+1
*
Add types to config.py GitConfigParser ._assure_writable .add_section .read_o...
yobmod
2021-05-09
1
-15
/
+17
*
Add types to config.py GitConfigParser .write() ._write() .items() .items_all()
yobmod
2021-05-09
1
-8
/
+10
*
Add types to config.py GitConfigParser .read()
yobmod
2021-05-09
1
-11
/
+17
*
Add types to config.py GitConfigParser .release() ._read() ._has_includes() ....
yobmod
2021-05-08
1
-14
/
+16
*
Add types to config.py GitConfigParser .__init__() .aquire_lock()
yobmod
2021-05-08
1
-17
/
+26
*
Add types to config.py class _OMD
yobmod
2021-05-08
1
-13
/
+20
*
Add types to config.py class SectionConstraint
yobmod
2021-05-08
1
-10
/
+10
*
Add types to config.py CONFIG_LEVELS, MetaParserBuilder.__new__() .needs_valu...
yobmod
2021-05-08
1
-8
/
+8
*
flake8 fixes
yobmod
2021-05-08
1
-2
/
+13
*
add initial types to remote.py
yobmod
2021-05-03
1
-4
/
+3
*
start add types to util.py
yobmod
2021-02-28
1
-1
/
+3
*
Ensure that detached HEAD does not raise when comparing branch name.
Jeremy Retailleau
2020-09-03
1
-1
/
+7
*
Reformat code to remove unnecessary indentation
Jeremy Retailleau
2020-09-03
1
-29
/
+31
*
Add missing blank line
Jeremy Retailleau
2020-09-02
1
-0
/
+1
*
Add missing rules to match hierarchy path
Jeremy Retailleau
2020-09-02
1
-12
/
+16
*
Fix logic to properly compare glob pattern to value
Jeremy Retailleau
2020-09-02
1
-15
/
+16
[next]