On Wed, Sep 30, 2015 at 4:01 PM, Matthieu Moy <matthieu....@imag.fr> wrote: > 804098bb (git rebase -i: add static check for commands and SHA-1, > 2015-06-29) tried to check all insns before running any in the todo > list, but it did so by implementing its own parser that is a lot > stricter than necessary. We used to allow lines that are indented > (including comment lines), and we used to allow a whitespace between > the insn and the commit object name to be HT, among other things, > that are flagged as an invalid line by mistake. > > Fix this by using the same tokenizer that is used to parse the todo > list file in the new check. > > Whether it's a good thing to accept indented comments is > debatable (other commands like "git commit" do not accept them), but we > already accepted them in the past, and some people and scripts rely on > this behavior. Also, a line starting with space followed by a '#' cannot > have any meaning other than being a comment, hence it doesn't harm to > accept them as comments. > > Largely based on patch by: Junio C Hamano <gits...@pobox.com>
Missing sign-off. -- To unsubscribe from this list: send the line "unsubscribe git" in the body of a message to majord...@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html