diff options
author | Stefan Beller <sbeller@google.com> | 2016-03-01 14:49:58 -0800 |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2016-03-02 15:37:50 -0800 |
commit | b385085bf9d035a9f1ef673e9653fd4ea0391abb (patch) | |
tree | f22d029df50199dd3ecd0fac769cc5d408c055dc /Documentation | |
parent | Git 2.7.2 (diff) | |
download | tgif-b385085bf9d035a9f1ef673e9653fd4ea0391abb.tar.xz |
Documentation: reword 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>
Diffstat (limited to 'Documentation')
-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 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 -------- |