Andrew's git
/
gitweb.git
/ blobdiff
summary
|
log
|
commit
|
diff
|
tree
commit
grep
author
committer
pickaxe
?
re
fast-import: duplicate into history rather than passing ownership
[gitweb.git]
/
t
/
t1309-early-config.sh
diff --git
a/t/t1309-early-config.sh
b/t/t1309-early-config.sh
index 413642aa5672800d1b7be448bc97d175add07ee4..0c37e7180d1cde57d49c12deb28239c509d9207d 100755
(executable)
--- a/
t/t1309-early-config.sh
+++ b/
t/t1309-early-config.sh
@@
-89,4
+89,9
@@
test_expect_failure 'ignore .git/ with invalid config' '
test_with_config "["
'
+test_expect_success 'early config and onbranch' '
+ echo "[broken" >broken &&
+ test_with_config "[includeif \"onbranch:refs/heads/master\"]path=../broken"
+'
+
test_done