]> git.ipfire.org Git - thirdparty/git.git/commit
sequencer: always allow tab after command name
authorPhillip Wood <phillip.wood@dunelm.org.uk>
Thu, 27 Jun 2019 14:12:44 +0000 (07:12 -0700)
committerJunio C Hamano <gitster@pobox.com>
Thu, 27 Jun 2019 17:31:00 +0000 (10:31 -0700)
commitd258dc16c1bf92c01135c38130869da7808ed739
treee2cb17f8c44a5b789fcbca64407999030517511f
parentb697d92f56511e804b8ba20ccbe7bdc85dc66810
sequencer: always allow tab after command name

The code that parses the todo list allows an unabbreviated command name
to be followed by a space or a tab, but if the command name is
abbreviated it only allows a space after it. Fix this inconsistency.

Signed-off-by: Phillip Wood <phillip.wood@dunelm.org.uk>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
sequencer.c