aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJohannes Schindelin <johannes.schindelin@gmx.de>2021-09-07 21:05:09 +0000
committerJunio C Hamano <gitster@pobox.com>2021-09-07 21:45:33 -0700
commitff8d6e5a665cf677a2bdec6f62b47b8987dae3c1 (patch)
treeb0e9d76da754556828fb089a00a435139344e948
parent5b55b32bd2c36fea43f516fa36f8276655954f40 (diff)
downloadgit-ff8d6e5a665cf677a2bdec6f62b47b8987dae3c1.tar.gz
rebase: remove obsolete code comment
Now that we no longer have a `--preserve-merges` backend, this comment needs to be adjusted. Signed-off-by: Johannes Schindelin <johannes.schindelin@gmx.de> Reviewed-by: Ævar Arnfjörð Bjarmason <avarab@gmail.com> Signed-off-by: Junio C Hamano <gitster@pobox.com>
-rw-r--r--builtin/rebase.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/builtin/rebase.c b/builtin/rebase.c
index 0935e8d6e8..b8eb8e8304 100644
--- a/builtin/rebase.c
+++ b/builtin/rebase.c
@@ -1415,7 +1415,7 @@ int cmd_rebase(int argc, const char **argv, const char *prefix)
if (options.ignore_date)
strvec_push(&options.git_am_opts, "--ignore-date");
} else {
- /* REBASE_MERGE and PRESERVE_MERGES */
+ /* REBASE_MERGE */
if (ignore_whitespace) {
string_list_append(&strategy_options,
"ignore-space-change");