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 5519492 + 4da8b2f commit aa7d2feCopy full SHA for aa7d2fe
t/t7508-status.sh
@@ -882,7 +882,7 @@ test_expect_success 'status shows detached HEAD properly after checking out non-
882
git clone upstream downstream &&
883
git -C downstream checkout @{u} &&
884
git -C downstream status >actual &&
885
- test_i18ngrep "HEAD detached at [0-9a-f]\\+" actual
+ grep -E "HEAD detached at [0-9a-f]+" actual
886
'
887
888
test_expect_success 'setup status submodule summary' '
0 commit comments