Commit 240afdd
committed
config: create special init for list mode
When listing multiple values, our initial settings for the output format
is different. Add a new init helper to specify the fact that keys should
be shown and also add the default delimiters as they were unset in some
cases.
There are two places, differing by the 'git config list' and 'git config
--list' modes.
Signed-off-by: Derrick Stolee <stolee@gmail.com>1 parent a98a859 commit 240afdd
1 file changed
+15
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1004 | 1004 | | |
1005 | 1005 | | |
1006 | 1006 | | |
| 1007 | + | |
| 1008 | + | |
| 1009 | + | |
| 1010 | + | |
| 1011 | + | |
| 1012 | + | |
| 1013 | + | |
| 1014 | + | |
| 1015 | + | |
| 1016 | + | |
| 1017 | + | |
| 1018 | + | |
| 1019 | + | |
1007 | 1020 | | |
1008 | 1021 | | |
1009 | 1022 | | |
| |||
1022 | 1035 | | |
1023 | 1036 | | |
1024 | 1037 | | |
1025 | | - | |
| 1038 | + | |
1026 | 1039 | | |
1027 | 1040 | | |
1028 | 1041 | | |
| |||
1453 | 1466 | | |
1454 | 1467 | | |
1455 | 1468 | | |
| 1469 | + | |
1456 | 1470 | | |
1457 | 1471 | | |
1458 | 1472 | | |
| |||
0 commit comments