Skip to content

Commit d95f610

Browse files
committed
Merge branch 'km/rebase-doc-typofix'
Doc update. * km/rebase-doc-typofix: rebase docs: drop stray word in merge command description
2 parents 6e5be1f + 57e9dca commit d95f610

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Documentation/git-rebase.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -979,7 +979,7 @@ when the merge operation did not even start), it is rescheduled immediately.
979979

980980
At this time, the `merge` command will *always* use the `recursive`
981981
merge strategy for regular merges, and `octopus` for octopus merges,
982-
strategy, with no way to choose a different one. To work around
982+
with no way to choose a different one. To work around
983983
this, an `exec` command can be used to call `git merge` explicitly,
984984
using the fact that the labels are worktree-local refs (the ref
985985
`refs/rewritten/onto` would correspond to the label `onto`, for example).

0 commit comments

Comments
 (0)