We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 290c940 + f1beaae commit 1242501Copy full SHA for 1242501
t/t1309-early-config.sh
@@ -91,11 +91,11 @@ test_expect_failure 'ignore .git/ with invalid config' '
91
92
test_expect_success 'early config and onbranch' '
93
echo "[broken" >broken &&
94
- test_with_config "[includeif \"onbranch:master\"]path=../broken"
+ test_with_config "[includeif \"onbranch:topic\"]path=../broken"
95
'
96
97
test_expect_success 'onbranch config outside of git repo' '
98
- test_config_global includeIf.onbranch:master.path non-existent &&
+ test_config_global includeIf.onbranch:topic.path non-existent &&
99
nongit git help
100
101
0 commit comments