From 57e9dcaa658b9a985f040ed764820c413835a860 Mon Sep 17 00:00:00 2001 From: Kyle Meyer Date: Sat, 8 Dec 2018 18:15:41 -0500 Subject: [PATCH] rebase docs: drop stray word in merge command description Delete a misplaced word introduced by caafecfcf1 (rebase --rebase-merges: adjust man page for octopus support, 2018-03-09). Signed-off-by: Kyle Meyer Acked-by: Johannes Schindelin Signed-off-by: Junio C Hamano --- Documentation/git-rebase.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Documentation/git-rebase.txt b/Documentation/git-rebase.txt index 432baabe33..d6a2591105 100644 --- a/Documentation/git-rebase.txt +++ b/Documentation/git-rebase.txt @@ -971,7 +971,7 @@ when the merge operation did not even start), it is rescheduled immediately. At this time, the `merge` command will *always* use the `recursive` merge strategy for regular merges, and `octopus` for octopus merges, -strategy, with no way to choose a different one. To work around +with no way to choose a different one. To work around this, an `exec` command can be used to call `git merge` explicitly, using the fact that the labels are worktree-local refs (the ref `refs/rewritten/onto` would correspond to the label `onto`, for example). -- GitLab