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>
maint
Stefan Beller 2016-03-01 14:49:58 -08:00 committed by Junio C Hamano
parent 326e5bc91e
commit b385085bf9
1 changed files with 1 additions and 1 deletions

View File

@ -3,7 +3,7 @@ git-rebase(1)

NAME
----
git-rebase - Forward-port local commits to the updated upstream head
git-rebase - Reapply commits on top of another base tip

SYNOPSIS
--------