]> git.ipfire.org Git - thirdparty/git.git/commit - t/t7600-merge.sh
merge: ensure '--abort' option takes no arguments
authorChris Packham <judge.packham@gmail.com>
Wed, 14 Dec 2016 08:37:57 +0000 (21:37 +1300)
committerJunio C Hamano <gitster@pobox.com>
Wed, 14 Dec 2016 18:02:04 +0000 (10:02 -0800)
commit042e290da6aee0a9f21cd5890ccf231c266e177e
tree7056cb718d62c88dc75614b7f8b1a3c263bab346
parentc261a87e704679203510d48ff4db7bc7006b8a5a
merge: ensure '--abort' option takes no arguments

Like '--continue', the '--abort' option doesn't make any sense with
other options or arguments to 'git merge' so ensure that none are
present.

Signed-off-by: Chris Packham <judge.packham@gmail.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
builtin/merge.c
t/t7600-merge.sh