sequencer: the `am` and `rebase--interactive` scripts are gone

Update a code comment that referred to those files as if they were still there. Signed-off-by: Johannes Schindelin <johannes.schindelin@gmx.de> Signed-off-by: Junio C Hamano <gitster@pobox.com>

Johannes Schindelin committed Jul 31, 2019 at 08:18 UTC 68b54f669de27c66e42793977df5b4d5a4a3fc5b
1 file changed +1 -1
sequencer.c
+1 -1
@@ -767,7 +767,7 @@ static int parse_key_value_squoted(char *buf, struct string_list *list)
767 * GIT_AUTHOR_DATE='$author_date'
768 *
769 * where $author_name, $author_email and $author_date are quoted. We are strict
770 - * with our parsing, as the file was meant to be eval'd in the old
770 + * with our parsing, as the file was meant to be eval'd in the now-removed
771 * git-am.sh/git-rebase--interactive.sh scripts, and thus if the file differs
772 * from what this function expects, it is better to bail out than to do
773 * something that the user does not expect.