git-rebase.txt: fix typo

Signed-off-by: Philippe Blain <levraiphilippeblain@gmail.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
maint
Philippe Blain 2020-03-28 19:12:00 +00:00 committed by Junio C Hamano
parent 10cdb9f38a
commit 344420bf0f
1 changed files with 1 additions and 1 deletions

View File

@ -605,7 +605,7 @@ BEHAVIORAL DIFFERENCES
----------------------- -----------------------


git rebase has two primary backends: apply and merge. (The apply git rebase has two primary backends: apply and merge. (The apply
backend used to known as the 'am' backend, but the name led to backend used to be known as the 'am' backend, but the name led to
confusion as it looks like a verb instead of a noun. Also, the merge confusion as it looks like a verb instead of a noun. Also, the merge
backend used to be known as the interactive backend, but it is now backend used to be known as the interactive backend, but it is now
used for non-interactive cases as well. Both were renamed based on used for non-interactive cases as well. Both were renamed based on