aboutsummaryrefslogtreecommitdiff
path: root/git/test/fixtures/git_config_multiple
diff options
context:
space:
mode:
authorSebastian Thiel <sthiel@thoughtworks.com>2019-07-06 10:12:02 +0800
committerSebastian Thiel <sthiel@thoughtworks.com>2019-07-06 10:12:02 +0800
commit5cd12a6bcace3c99d94bbcf341ad7d4351eaca0f (patch)
treeafe4b2b50ad4702927456b22c983d2a7572dbe99 /git/test/fixtures/git_config_multiple
parent6971a930644d56f10e68e818e5818aa5a5d2e646 (diff)
parent4106f183ad0875734ba2c697570f9fd272970804 (diff)
downloadGitPython-5cd12a6bcace3c99d94bbcf341ad7d4351eaca0f.tar.gz
GitPython-5cd12a6bcace3c99d94bbcf341ad7d4351eaca0f.zip
Merge branch 'multi-value' of https://github.com/ajdavis/GitPython into ajdavis-multi-value
Diffstat (limited to 'git/test/fixtures/git_config_multiple')
-rw-r--r--git/test/fixtures/git_config_multiple7
1 files changed, 7 insertions, 0 deletions
diff --git a/git/test/fixtures/git_config_multiple b/git/test/fixtures/git_config_multiple
new file mode 100644
index 00000000..03a97568
--- /dev/null
+++ b/git/test/fixtures/git_config_multiple
@@ -0,0 +1,7 @@
+[section0]
+ option0 = value0
+
+[section1]
+ option1 = value1a
+ option1 = value1b
+ other_option1 = other_value1