diff options
Diffstat (limited to 'tests/resources/config/config9')
-rw-r--r-- | tests/resources/config/config9 | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/tests/resources/config/config9 b/tests/resources/config/config9 new file mode 100644 index 0000000..fcaac42 --- /dev/null +++ b/tests/resources/config/config9 @@ -0,0 +1,9 @@ +[core] + dummy2 = 42 + verylong = 1 + dummy = 1 + +[remote "ab"] + url = http://example.com/git/ab +[remote "abba"] + url = http://example.com/git/abba |