OSDN Git Service

Documentation: reword rebase summary
authorStefan Beller <sbeller@google.com>
Tue, 1 Mar 2016 22:49:58 +0000 (14:49 -0800)
committerJunio C Hamano <gitster@pobox.com>
Wed, 2 Mar 2016 23:37:50 +0000 (15:37 -0800)
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>
Documentation/git-rebase.txt

index 6cca8bb..6ed610a 100644 (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
 --------