Re: [PATCH 17/22] sequencer: allow editing the commit message on a case-by-case basis

2016-09-01 Thread Johannes Schindelin
Hi Kuba, On Wed, 31 Aug 2016, Jakub Narębski wrote: > W dniu 29.08.2016 o 10:06, Johannes Schindelin pisze: > > > In the upcoming commits, we will implement more and more of rebase > > -i's functionality. One particular feature of the commands to come is > > that some of them allow editing the c

Re: [PATCH 17/22] sequencer: allow editing the commit message on a case-by-case basis

2016-08-31 Thread Jakub Narębski
W dniu 29.08.2016 o 10:06, Johannes Schindelin pisze: > In the upcoming commits, we will implement more and more of rebase > -i's functionality. One particular feature of the commands to come is > that some of them allow editing the commit message while others don't, > i.e. we cannot define in the

[PATCH 17/22] sequencer: allow editing the commit message on a case-by-case basis

2016-08-29 Thread Johannes Schindelin
In the upcoming commits, we will implement more and more of rebase -i's functionality. One particular feature of the commands to come is that some of them allow editing the commit message while others don't, i.e. we cannot define in the replay_opts whether the commit message should be edited or not