diff options
author | Junio C Hamano <gitster@pobox.com> | 2016-03-10 10:56:41 -0800 |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2016-03-10 10:56:41 -0800 |
commit | 9ed1d905890640bdee698f9c7a92a11d4840c058 (patch) | |
tree | dd69a67fe326c38295af095a147812ccf79fb688 | |
parent | ab5d01a29eb7380ceab070f0807c2939849c44bc (diff) | |
parent | b385085bf9d035a9f1ef673e9653fd4ea0391abb (diff) | |
download | git-9ed1d905890640bdee698f9c7a92a11d4840c058.tar.gz git-9ed1d905890640bdee698f9c7a92a11d4840c058.tar.xz |
Merge branch 'sb/rebase-summary'
* sb/rebase-summary:
Documentation: reword rebase summary
-rw-r--r-- | Documentation/git-rebase.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Documentation/git-rebase.txt b/Documentation/git-rebase.txt index 6cca8bb51..6ed610a03 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 -------- |