Sign in
googlers
/
jrn
/
git
/
refs/tags/v2.39.5
/
.
/
t
/
chainlint
/
dqstring-line-splice.expect
blob: bf9ced60d4c4a360266fc942430bbe79f6689345 [
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