mirror of
https://github.com/git/git
synced 2024-10-31 01:43:41 +00:00
4 lines
212 B
Text
4 lines
212 B
Text
|
echo 'fatal: reword option of --fixup is mutually exclusive with' '--patch/--interactive/--all/--include/--only' > expect &&
|
||
|
test_must_fail git commit --fixup=reword:HEAD~ $1 2 > actual &&
|
||
|
test_cmp expect actual
|