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
/
lib
/
git
/
config.py
Commit message (
Expand
)
Author
Age
Files
Lines
*
Renamed modules utils to util, and errors to exc to be more conforming to the...
Sebastian Thiel
2010-06-29
1
-1
/
+1
*
Adjusted all files to (hopefully) deal with the fact that all objects now use...
Sebastian Thiel
2010-06-25
1
-399
/
+363
*
Converted all tabs to 4 space characters each to comply with pep8
Sebastian Thiel
2010-03-04
1
-392
/
+392
*
config: GitConfigReader now allows to override its lock-type. By default it u...
Sebastian Thiel
2009-12-17
1
-8
/
+17
*
config: fixed incorrect handling of default value in get_value
Sebastian Thiel
2009-12-09
1
-1
/
+3
*
config.set_value: added more convenient set_value method to ConfigReader
Sebastian Thiel
2009-12-08
1
-0
/
+20
*
config.get_value: Added default argument including test
Sebastian Thiel
2009-12-08
1
-2
/
+10
*
config: implemented get_value method to have a safe way to make general queri...
Sebastian Thiel
2009-12-03
1
-0
/
+33
*
Fixed config module which forgot to call the superclass's initializer, finall...
Sebastian Thiel
2009-11-05
1
-0
/
+1
*
utils: Added LockFile including test
Sebastian Thiel
2009-10-22
1
-68
/
+10
*
config: fixed serious issues that would cause it to see initial tabs as conti...
Sebastian Thiel
2009-10-19
1
-0
/
+73
*
Added configuration access including tests to remote
Sebastian Thiel
2009-10-19
1
-3
/
+7
*
added additional testing for the configuration, concurrent access and config ...
Sebastian Thiel
2009-10-19
1
-6
/
+18
*
implemented config class as far as necessary, one check is still failing
Sebastian Thiel
2009-10-19
1
-20
/
+236
*
Added frame for configuration reader involving a meta class, decorators and t...
Sebastian Thiel
2009-10-18
1
-0
/
+100