Welcome to mirror list, hosted at ThFree Co, Russian Federation.

dqstring-line-splice.expect « chainlint « t - git.kernel.org/pub/scm/git/git.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: bf9ced60d4c4a360266fc942430bbe79f6689345 (plain)
1
2
3
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