Re: [PATCH v8 08/10] pull: add pull.mode
From: Philip Oakley <hidden>
Date: 2020-11-25 12:31:28
From: Philip Oakley <hidden>
Date: 2020-11-25 12:31:28
Accidental repetition of phrasing from branch.<name>.pullmode ? On 25/11/2020 03:29, Felipe Contreras wrote:
+pull.mode:: + When "git pull" is run, this determines if it would either merge or + rebase the fetched branch. The possible values are 'merge', + and 'rebase'. See "branch.<name>.pullmode" for doing + this in a non branch-specific manner. +
s/non// Same problem in 09/10 I think. I didn't check the code... Spotted while browsing. -- Philip