summaryrefslogtreecommitdiff
path: root/tests/resources/config
diff options
context:
space:
mode:
authorCarlos Martín Nieto <carlos@cmartin.tk>2011-06-16 20:06:36 +0200
committerVicent Marti <tanoku@gmail.com>2011-06-17 22:30:30 +0200
commitf3dad3acd75651099c0502e7586ef5a44c22684f (patch)
tree7d003391ebfe49eabe3dfad28f24830446c09e29 /tests/resources/config
parent3de5df7d8e0e35653d49fb6484a4f0cf98af6c88 (diff)
downloadlibgit2-f3dad3acd75651099c0502e7586ef5a44c22684f.tar.gz
Add fall-back support to the configuration
If a config has several files, we need to check all of them before we can say that a variable doesn't exist. Signed-off-by: Carlos Martín Nieto <cmn@elego.de>
Diffstat (limited to 'tests/resources/config')
-rw-r--r--tests/resources/config/.gitconfig1
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/resources/config/.gitconfig b/tests/resources/config/.gitconfig
index 8f8075b60..fa72bddfc 100644
--- a/tests/resources/config/.gitconfig
+++ b/tests/resources/config/.gitconfig
@@ -1,2 +1,3 @@
[core]
repositoryformatversion = 5
+ something = 2 \ No newline at end of file