From: Stefan Beller Date: Tue, 1 Mar 2016 22:49:58 +0000 (-0800) Subject: Documentation: reword rebase summary X-Git-Tag: v2.8.0-rc2~5^2 X-Git-Url: https://git.lorimer.id.au/gitweb.git/diff_plain/b385085bf9d035a9f1ef673e9653fd4ea0391abb?hp=--cc 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 Signed-off-by: Junio C Hamano --- b385085bf9d035a9f1ef673e9653fd4ea0391abb diff --git a/Documentation/git-rebase.txt b/Documentation/git-rebase.txt index 6cca8bb51d..6ed610a031 100644 --- a/Documentation/git-rebase.txt +++ b/Documentation/git-rebase.txt @@ -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 --------