summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorStefan Beller <sbeller@google.com>2016-03-01 14:49:58 -0800
committerJunio C Hamano <gitster@pobox.com>2016-03-02 15:37:50 -0800
commitb385085bf9d035a9f1ef673e9653fd4ea0391abb (patch)
treef22d029df50199dd3ecd0fac769cc5d408c055dc
parent326e5bc91eecf73234ead29636207bc516573e79 (diff)
downloadgit-sb/rebase-summary.tar.gz
Documentation: reword rebase summarysb/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>
-rw-r--r--Documentation/git-rebase.txt2
1 files changed, 1 insertions, 1 deletions
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
--------