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.
--sq
1 parent 926c40d commit 9111ea1Copy full SHA for 9111ea1
t/t2400-worktree-add.sh
@@ -995,7 +995,7 @@ test_dwim_orphan () {
995
grep "$invalid_ref_regex" actual &&
996
! grep "$orphan_hint" actual
997
else
998
- headpath=$(git $dashc_args rev-parse --sq --path-format=absolute --git-path HEAD) &&
+ headpath=$(git $dashc_args rev-parse --path-format=absolute --git-path HEAD) &&
999
headcontents=$(cat "$headpath") &&
1000
grep "HEAD points to an invalid (or orphaned) reference" actual &&
1001
grep "HEAD path:\s*.$headpath." actual &&
0 commit comments