зеркало из https://github.com/microsoft/git.git
4 строки
212 B
Plaintext
4 строки
212 B
Plaintext
|
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
|