Andrew's git
/
gitweb.git
/ diff
summary
|
log
|
commit
| diff |
tree
commit
grep
author
committer
pickaxe
?
re
sequencer: the `am` and `rebase--interactive` scripts are gone
author
Johannes Schindelin
<johannes.schindelin@gmx.de>
Wed, 31 Jul 2019 15:18:40 +0000
(08:18 -0700)
committer
Junio C Hamano
<gitster@pobox.com>
Wed, 31 Jul 2019 19:24:06 +0000
(12:24 -0700)
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>
sequencer.c
patch
|
blob
|
history
raw
|
patch
| inline |
side by side
(parent:
2e7bbac
)
diff --git
a/sequencer.c
b/sequencer.c
index f88a97fb10a322c21062ec8c102482677cfd0feb..334de145421c1fe1b23dd4713f1f2acedd2f78d8 100644
(file)
--- a/
sequencer.c
+++ b/
sequencer.c
@@
-767,7
+767,7
@@
static int parse_key_value_squoted(char *buf, struct string_list *list)
* GIT_AUTHOR_DATE='$author_date'
*
* where $author_name, $author_email and $author_date are quoted. We are strict
- * with our parsing, as the file was meant to be eval'd in the
ol
d
+ * with our parsing, as the file was meant to be eval'd in the
now-remove
d
* git-am.sh/git-rebase--interactive.sh scripts, and thus if the file differs
* from what this function expects, it is better to bail out than to do
* something that the user does not expect.