diff options
| author | Sebastian Thiel <sthiel@thoughtworks.com> | 2019-07-06 10:12:02 +0800 |
|---|---|---|
| committer | Sebastian Thiel <sthiel@thoughtworks.com> | 2019-07-06 10:12:02 +0800 |
| commit | 5cd12a6bcace3c99d94bbcf341ad7d4351eaca0f (patch) | |
| tree | afe4b2b50ad4702927456b22c983d2a7572dbe99 /git/test/fixtures/git_config_multiple | |
| parent | 6971a930644d56f10e68e818e5818aa5a5d2e646 (diff) | |
| parent | 4106f183ad0875734ba2c697570f9fd272970804 (diff) | |
| download | GitPython-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_multiple | 7 |
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 |
