summaryrefslogtreecommitdiff
path: root/Documentation
diff options
context:
space:
mode:
authorJunio C Hamano <gitster@pobox.com>2016-03-10 10:56:41 -0800
committerJunio C Hamano <gitster@pobox.com>2016-03-10 10:56:41 -0800
commit9ed1d905890640bdee698f9c7a92a11d4840c058 (patch)
treedd69a67fe326c38295af095a147812ccf79fb688 /Documentation
parentab5d01a29eb7380ceab070f0807c2939849c44bc (diff)
parentb385085bf9d035a9f1ef673e9653fd4ea0391abb (diff)
downloadgit-9ed1d905890640bdee698f9c7a92a11d4840c058.tar.gz
Merge branch 'sb/rebase-summary'
* sb/rebase-summary: Documentation: reword rebase summary
Diffstat (limited to 'Documentation')
-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
--------