diff options
Diffstat (limited to 'tests/fixtures/test.gitconfig')
-rw-r--r-- | tests/fixtures/test.gitconfig | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/tests/fixtures/test.gitconfig b/tests/fixtures/test.gitconfig index 9b3f2574..4c7111d4 100644 --- a/tests/fixtures/test.gitconfig +++ b/tests/fixtures/test.gitconfig | |||
@@ -11,3 +11,11 @@ | |||
11 | intk = 10k | 11 | intk = 10k |
12 | intm = 10m | 12 | intm = 10m |
13 | intg = 10g | 13 | intg = 10g |
14 | |||
15 | [color "status"] | ||
16 | one = yellow | ||
17 | two = magenta cyan | ||
18 | three = black red ul | ||
19 | reset = reset | ||
20 | none | ||
21 | empty = | ||