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
*
moved all contents, incl. submodule gitdb, up to the root directory
Sebastian Thiel
2010-11-21
1
-420
/
+0
*
Inital implementation of Submodule.move including a very simple and to-be-imp...
Sebastian Thiel
2010-11-17
1
-0
/
+5
*
remote: added methods to set and query the tracking branch status of normal h...
Sebastian Thiel
2010-11-16
1
-1
/
+2
*
Submodule now only supports branches to be given as hint that will svn-extern...
Sebastian Thiel
2010-11-16
1
-13
/
+17
*
Improved GitConfigurationParser to better deal with streams and the correspon...
Sebastian Thiel
2010-11-15
1
-4
/
+8
*
submodule: Fleshed out interface, and a partial test which is not yet usable....
Sebastian Thiel
2010-11-15
1
-1
/
+23
*
Fixed bug that would cause the author's email to be a generic default one, in...
Sebastian Thiel
2010-10-27
1
-1
/
+1
*
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