Thread (2 messages) flat view 2 messages, 2 authors, 2016-06-15

Re: [minor usability suggestion] git rebase <upstream> --onto <newbase> ?

From: Junio C Hamano <hidden>
Date: 2016-06-15 22:45:37

Ingo Molnar [off-list ref] writes:
 earth4:~/tip> git rebase 685aebb --onto linus
 Current branch core/urgent is up to date.
...
For example "git log" is exemplary in this area as it accepts just 
about any permutation of parameters thrown at it, ...
Not really.

There may be oddball commands whose parameter order have been established
differently long before "git log" came, but almost all of them now use the
same convention used by the "git log" family, which is flags/options then
revs (and then paths if the operation makes sense with paths).  And rebase
is not one of the oddball ones.

Your "rebase" example is a rev then a flag/option, which is not how any
other git command take its command line parameters.
Or at least we should print some sort of warning/error?
With that I agree with.  Patches? ;-)
Keyboard shortcuts
hback out one level
jnext message in thread
kprevious message in thread
ldrill in
Escclose help / fold thread tree
?toggle this help