Re: [PATCH] git-p4 - Add option --sha1 to submit in p4

2018-05-02 Thread Luke Diamand
On 2 May 2018 at 16:51, Merland Romain wrote: > Thanks Luke, > > Following your comments, I will: > - change the option name to --commit if it suits you Seems like a good name. > - add an option --force-rebase which defaults to false. Setting it to true > will rebase even with --commit option us

Re: [PATCH] git-p4 - Add option --sha1 to submit in p4

2018-05-02 Thread Luke Diamand
> Subject: [PATCH] git-p4 - Add option --sha1 to submit in p4 > > Add option --sha1 to command 'git-p4 submit' in order to submit in p4 a > commit > that is not necessarily on master. > In that case, don't rebase the submitted changes. That could be very useful, I