Skip to content

Commit e7385a6

Browse files
dschoGit for Windows Build Agent
authored and
Git for Windows Build Agent
committed
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 <[email protected]>
1 parent 4c12ea5 commit e7385a6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

sequencer.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -767,7 +767,7 @@ static int parse_key_value_squoted(char *buf, struct string_list *list)
767767
* GIT_AUTHOR_DATE='$author_date'
768768
*
769769
* 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
771771
* git-am.sh/git-rebase--interactive.sh scripts, and thus if the file differs
772772
* from what this function expects, it is better to bail out than to do
773773
* something that the user does not expect.

0 commit comments

Comments
 (0)