chiark / gitweb /
git-debrebase: new-upstream: Do not treat late options as version
authorIan Jackson <ijackson@chiark.greenend.org.uk>
Tue, 4 Feb 2020 10:38:31 +0000 (10:38 +0000)
committerIan Jackson <ijackson@chiark.greenend.org.uk>
Mon, 22 Jun 2020 18:04:08 +0000 (19:04 +0100)
commiteea63cb780fdd178a708d1993d2563597a15b117
tree3d06cb3a14db354993afe31fd44cdee7596ff93d
parent53ed7494028990bcfc7ddd778ed264ad7348624e
git-debrebase: new-upstream: Do not treat late options as version

Instead of a new upstream version, the user may wish to pass -i.
(Or other git-rebase options.)

This is handled correctly when we are deciding whether to treat
further arguments as additional piece specifications, but the new
optional upstream version commitish was mishandled in this respect.

Signed-off-by: Ian Jackson <ijackson@chiark.greenend.org.uk>
git-debrebase