Re: [PATCH v2 2/3] sequencer: factor out todo command name parsing

2019-06-27 Thread Junio C Hamano
"Phillip Wood via GitGitGadget" writes: > As I don't want to burden other callers with having to pass in a pointer > to the end of the line the test for an abbreviated command is > changed. A comma missing somewhere between "As <>, <>", perhaps after "end of the line"? > This change should not

[PATCH v2 2/3] sequencer: factor out todo command name parsing

2019-06-27 Thread Phillip Wood via GitGitGadget
From: Phillip Wood Factor out the code that parses the name of the command at the start of each line in the todo file into its own function so that it can be used in the next commit. As I don't want to burden other callers with having to pass in a pointer to the end of the line the test for an a