index
:
GitPython
0.1
0.2
experiment-2012
fix-ci-tests
fix-non-ascii-chars-in-status-lines
gh-pages
issue-232-reproduction
issue-301-reproduction
master
no_devnull_open
py2
revert-357-autointerrupt_deadlock_fix
Forked from https://github.com/gitpython-developers/GitPython
Oskari Timperi
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
git
/
test
/
test_config.py
Age
Commit message (
Expand
)
Author
2020-07-12
tests: move to root dir
Konrad Weihmann
2020-07-12
Revert moving tests out of 'git' folder, related to #1030
Sebastian Thiel
2020-07-12
tests: move to root dir
Konrad Weihmann
2020-06-13
Fix exception causes in 7 modules
Ram Rachum
2020-02-08
Remove and replace compat.string_types
Harmon
2019-09-10
Fix #889: Add DeepSource config and fix some major issues
Mohit Solanki
2019-01-21
Use items and items_all correctly
A. Jesse Jiryu Davis
2019-01-20
Support multiple git config values per option
A. Jesse Jiryu Davis
2017-11-27
BF: wrap map into list, since iterator is not well digested by GitConfigParser
Yaroslav Halchenko
2017-11-27
BF: process included files before the rest
Yaroslav Halchenko
2017-03-09
Spelling fixes
Ville Skyttä
2016-10-16
src: import os.path as osp
Kostis Anagnostopoulos
2016-10-03
src, config_tc: replace deprecated `failUnlessRaises`
Kostis Anagnostopoulos
2016-10-01
repo-TCs, #519: FIX config resource leaks
Kostis Anagnostopoulos
2016-10-01
ci: restore ci log-level to normal, coverage on Win-Appveyor
Kostis Anagnostopoulos
2016-10-01
cfg_TCs, #519: FIX config resource leaks
Kostis Anagnostopoulos
2016-09-28
Win, #519: FIX with_rw_directory() to remove read-only dirs
Kostis Anagnostopoulos
2016-03-06
config parsers as context mangers can now be reentered for locks
Raphael Boidol
2016-02-20
enable config parsers to be used as context managers
Raphael Boidol
2015-09-06
fix(config): ignore empty values in config file
Sebastian Thiel
2015-04-22
fix(config): selective cfg write;fix cfg parser
Sebastian Thiel
2015-01-19
Fixed configuration file test - release call was missing.
Sebastian Thiel
2015-01-19
Implemented Submodule.rename()
Sebastian Thiel
2015-01-14
GitConfigParser now respects and merges 'include' sections
Sebastian Thiel
2015-01-10
rewrote test-string to have a chance to make flake8 happy.
Sebastian Thiel
2015-01-10
Implemented multi-line parsing of git-config to the point where a sepcific te...
Sebastian Thiel
2015-01-06
Make flake8 happy
Sebastian Thiel
2015-01-05
Intermediate commit: test_config and test_actor works
Sebastian Thiel
2015-01-05
Fixed io types to make tests work on PY2 once again.
Sebastian Thiel
2015-01-04
Dum brute force conversion of all types.
Sebastian Thiel
2015-01-04
Replaced ordered dict with standard version; used logging module
Sebastian Thiel
2015-01-04
Removed 'from X import *' whereever possible
Sebastian Thiel
2015-01-04
Bumped version, updated changelog, reduced code smell
Sebastian Thiel
2014-11-19
Applied autopep8
Sebastian Thiel
2014-11-16
pep8 linting (trailing whitespace)
Antoine Musso
2014-11-16
pep8 linting (whitespace before/after)
Antoine Musso
2014-11-16
pep8 linting (blank lines expectations)
Antoine Musso
2014-11-16
pep8 linting (whitespaces)
Antoine Musso
2011-06-07
Greatly improved robustness of config parser - it can now take pretty much ev...
Sebastian Thiel
2010-11-25
Moved everything into the git subdirectory - some tests still need to be adju...
Sebastian Thiel