builtin-merge.c: Fix option parsing
authorMichele Ballabio <redacted>
Sun, 20 Jul 2008 12:34:47 +0000 (14:34 +0200)
committerJunio C Hamano <redacted>
Sun, 20 Jul 2008 20:37:26 +0000 (13:37 -0700)
commit74f5b7fba420eb6b807db48d0ee7a000202f8225
tree102b124ac549cac5ecdcac1d0efbacc298d21e7f
parentec96224e215f1b2f143524afa339564271c11e12
builtin-merge.c: Fix option parsing

Now "git merge -m" needs a message, and errors out with the usage
text if none is given.
This way, t7600-merge.sh is fixed.

Signed-off-by: Michele Ballabio <redacted>
Acked-by: Miklos Vajna <redacted>
Signed-off-by: Junio C Hamano <redacted>
builtin-merge.c
t/t7600-merge.sh
git clone https://git.99rst.org/PROJECT