Junio C Hamano <gitster <at> pobox.com> writes:
quoted
echo modified >>a-blob &&
git add -u &&
git commit -m Modified &&
+ git branch modref &&
This probably belongs to the previous step, no?
What did you mean by this comment? I looked at the original patch and at
Will's response to your comment and am not quite sure what was meant.
quoted
+test_expect_success 'ref^{/!-}' '
+ test_must_fail git rev-parse master^{/!-}
+'
I plan on leaving this in.
quoted
+test_expect_success 'ref^{/!-.}' '
+ test_must_fail git rev-parse master^{/!-.}
+'
I plan on leaving this in.