Re: [rebase PATCH] Introduce --no-rebase flag

2019-04-24 Thread Brian Inglis
On 2019-04-13 01:38, Achim Gratz wrote: > Michael Haubenwallner writes: >> The --no-rebase flag is to update the database for new files, without >> performing a rebase. The file names provided should have been rebased >> using the --oblivious flag just before. > > That name is somewhat strange,

Re: [rebase PATCH] Introduce --no-rebase flag

2019-04-24 Thread Michael Haubenwallner
On 4/13/19 9:38 AM, Achim Gratz wrote: > Michael Haubenwallner writes: >> The --no-rebase flag is to update the database for new files, without >> performing a rebase. The file names provided should have been rebased >> using the --oblivious flag just before. > > That name is somewhat strange,

Re: [rebase PATCH] Introduce --no-rebase flag

2019-04-13 Thread Achim Gratz
Michael Haubenwallner writes: > The --no-rebase flag is to update the database for new files, without > performing a rebase. The file names provided should have been rebased > using the --oblivious flag just before. That name is somewhat strange, how about "--enlist"? Regards, Achim. -- +<[Q+

Re: [rebase PATCH] Introduce --no-rebase flag

2019-04-12 Thread Corinna Vinschen
On Apr 12 15:52, Michael Haubenwallner wrote: > The --no-rebase flag is to update the database for new files, without Wouldn't something like --merge-files be more descriptive? Corinna -- Corinna Vinschen Cygwin Maintainer signature.asc Description: PGP signature

[rebase PATCH] Introduce --no-rebase flag

2019-04-12 Thread Michael Haubenwallner
The --no-rebase flag is to update the database for new files, without performing a rebase. The file names provided should have been rebased using the --oblivious flag just before. --- rebase.c | 48 +++- 1 file changed, 35 insertions(+), 13