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

dqstring-line-splice.test « chainlint « t - git.kernel.org/pub/scm/git/git.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: b40714439f6fc8e16420b966ffb475fbe3f71c4c (plain)
1
2
3
4
5
6
7
# LINT: line-splice within DQ-string
'"
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
"'