]> granicus.if.org Git - git/commit
rebase: fix typoes in error messages
authorJunio C Hamano <gitster@pobox.com>
Fri, 28 Sep 2018 22:03:02 +0000 (15:03 -0700)
committerJunio C Hamano <gitster@pobox.com>
Thu, 11 Oct 2018 05:21:08 +0000 (14:21 +0900)
commitf240918d2b71a9b67790d161d015ee72afd78d0e
tree630f8afc10276bc065d128d761a38e6fa5b140db
parentb361bd754d141ef1010286dbe5fe810992a498a0
rebase: fix typoes in error messages

The separator between words in a multi-word option name is a dash,
not an underscore.

Inspired by a matching change by Ralf Thielow for the scripted
version of "git rebase".

Signed-off-by: Junio C Hamano <gitster@pobox.com>
builtin/rebase.c