git-rebase: fix typo when parsing --force-rebase
commit1bc6bf6dea0ec3703f2844d838207f2b31ef4ff8
authorWilly Tarreau <w@1wt.eu>
Sun, 8 Aug 2010 05:13:32 +0000 (8 07:13 +0200)
committerJunio C Hamano <gitster@pobox.com>
Mon, 9 Aug 2010 18:51:50 +0000 (9 11:51 -0700)
tree568baf125f5362026516af160f964a6768924a99
parent1702b1381e2a7193d74f6dc649c86e15ec72b4dc
git-rebase: fix typo when parsing --force-rebase

Due to two missing hyphens, The "force" keyword on the command line
would be taken as an alias for the --force-rebase option.

Signed-off-by: Willy Tarreau <w@1wt.eu>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
git-rebase.sh