Re: [PATCH v7 1/1] pull: add ff-only option
From: Alex Henrie <hidden>
Date: 2020-11-23 23:23:05
From: Alex Henrie <hidden>
Date: 2020-11-23 23:23:05
On Mon, Nov 23, 2020 at 3:46 PM Felipe Contreras [off-list ref] wrote:
This patch leaves everything in place to enable this new mode, but it only gets enabled if the user specifically configures it; pull.rebase = ff-only.
Why not use the existing pull.ff=only option instead of adding a new one? -Alex