Documentation/git-rebase.txt: <upstream> must be given to specify <branch>
commit95c68267ff84c02a97d0f2c18b4b4fbfee7a7fca
authorSergey Organov <sorganov@gmail.com>
Fri, 29 Aug 2014 13:51:46 +0000 (29 17:51 +0400)
committerJunio C Hamano <gitster@pobox.com>
Tue, 16 Sep 2014 18:27:12 +0000 (16 11:27 -0700)
treedc6df0113d12ae96eb97b864571dbce0ba36e261
parent2d26d533a012f7475e13657d7fc829a6ba01db73
Documentation/git-rebase.txt: <upstream> must be given to specify <branch>

Current syntax description makes one wonder if there is any
syntactic way to distinguish between <branch> and <upstream> so that
one can specify <branch> but not <upstream>, but that is not the
case.

Make it explicit that these arguments are positional, i.e. the
earlier ones cannot be omitted if you want to give later ones.

Signed-off-by: Sergey Organov <sorganov@gmail.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Documentation/git-rebase.txt