Sign in
googlers
/
jrn
/
git
/
9f6714ab3e61ad58c4532077d4b8dc807ff0410d
/
.
/
t
/
chainlint
/
dqstring-line-splice.expect
blob: 37eab80738e4018e48b966cb9933ca332ae71f5e [
file
] [
log
] [
blame
]
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