diff options
author | Junio C Hamano <gitster@pobox.com> | 2014-09-19 11:38:42 -0700 |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2014-09-19 11:38:42 -0700 |
commit | 9c9fbee8f514046c5d1c79f70c507f82c77dbad2 (patch) | |
tree | f516f923c4cefae73aa73582f2cc03d00451186b /Documentation | |
parent | 05fcf66b74309ab15617dbcf59be9a436f92c5ad (diff) | |
parent | 95c68267ff84c02a97d0f2c18b4b4fbfee7a7fca (diff) | |
download | git-9c9fbee8f514046c5d1c79f70c507f82c77dbad2.tar.gz |
Merge branch 'so/rebase-doc'
* so/rebase-doc:
Documentation/git-rebase.txt: <upstream> must be given to specify <branch>
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 f14100a160..4138554912 100644 --- a/Documentation/git-rebase.txt +++ b/Documentation/git-rebase.txt @@ -9,7 +9,7 @@ SYNOPSIS -------- [verse] 'git rebase' [-i | --interactive] [options] [--exec <cmd>] [--onto <newbase>] - [<upstream>] [<branch>] + [<upstream> [<branch>]] 'git rebase' [-i | --interactive] [options] [--exec <cmd>] [--onto <newbase>] --root [<branch>] 'git rebase' --continue | --skip | --abort | --edit-todo |