Documentation: reword rebase summary

The wording is introduced in c3f0baaca (Documentation: sync git.txt
command list and manual page title, 2007-01-18), but rebase has evolved
since then, capture the modern usage by being more generic about the
rebase command in the summary.

Signed-off-by: Stefan Beller <sbeller@google.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
This commit is contained in:
Stefan Beller 2016-03-01 14:49:58 -08:00 коммит произвёл Junio C Hamano
Родитель 326e5bc91e
Коммит b385085bf9
1 изменённых файлов: 1 добавлений и 1 удалений

Просмотреть файл

@ -3,7 +3,7 @@ git-rebase(1)
NAME NAME
---- ----
git-rebase - Forward-port local commits to the updated upstream head git-rebase - Reapply commits on top of another base tip
SYNOPSIS SYNOPSIS
-------- --------