summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLibravatar Junio C Hamano <gitster@pobox.com>2016-03-10 10:56:41 -0800
committerLibravatar Junio C Hamano <gitster@pobox.com>2016-03-10 10:56:41 -0800
commit9ed1d905890640bdee698f9c7a92a11d4840c058 (patch)
treedd69a67fe326c38295af095a147812ccf79fb688
parentGit 2.8-rc1 (diff)
parentDocumentation: reword rebase summary (diff)
downloadtgif-9ed1d905890640bdee698f9c7a92a11d4840c058.tar.xz
Merge branch 'sb/rebase-summary'
* sb/rebase-summary: Documentation: reword rebase summary
-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
--------