Elijah Newren via GitGitGadget wrote: > From: Elijah Newren <newren@xxxxxxxxx> > > Fix the last few precedence tests failing in t7601 by now implementing > the logic to have --[no-]rebase override a pull.ff=only config setting. This is a semantic change that breaks current behavior. Now this does something different: git -c pull.ff=only pull --merge *And* the new behavior is not documented anywhere. -- Felipe Contreras