Sign in
googlers
/
jrn
/
git
/
refs/heads/maint
/
.
/
t
/
chainlint
/
dqstring-line-splice.expect
blob: 2ca1c92cd6d38a9530e0de742bf65b9861fad4cd [
file
] [
log
] [
blame
]
2
3
echo
'fatal: reword option of --fixup is mutually exclusive with'
'--patch/--interactive/--all/--include/--only'
>
expect
&&
4
test_must_fail git commit
--
fixup
=
reword
:
HEAD
~
$1
2
>
actual
&&
5
test_cmp expect actual
6