author | Willy Tarreau <w@1wt.eu> | |
Sun, 8 Aug 2010 05:13:32 +0000 (07:13 +0200) | ||
committer | Junio C Hamano <gitster@pobox.com> | |
Mon, 9 Aug 2010 18:51:50 +0000 (11:51 -0700) | ||
commit | 1bc6bf6dea0ec3703f2844d838207f2b31ef4ff8 | |
tree | 568baf125f5362026516af160f964a6768924a99 | tree | snapshot |
parent | 1702b1381e2a7193d74f6dc649c86e15ec72b4dc | commit | diff |
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>
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 | diff | blob | history |