[RESEND PATCH v3 0/8] teach branch-specific options for format-patch

2019-06-14 Thread Denton Liu
Hi all, Although 'config: learn the "onbranch:" includeIf condition'[1] seems to be on track for "next", the content in this patchset is not entirely superseded by it. Patches 1 and 2 should be relatively uncontroversial since they just do a bit of cleanup. Patch 3 is a new feature that isn't in

Re: [PATCH v3 0/8] teach branch-specific options for format-patch

2019-05-30 Thread Denton Liu
On Tue, May 21, 2019 at 10:44:23PM -0400, Denton Liu wrote: > Hi Junio, > > I've gotten rid of all the `format.*.coverSubject` stuff and replaced it > with a generic `format.inferCoverSubject` that will read the subject > from the branch description. I've also made `git branch -d` stop > deleting

[PATCH v3 0/8] teach branch-specific options for format-patch

2019-05-21 Thread Denton Liu
Hi Junio, I've gotten rid of all the `format.*.coverSubject` stuff and replaced it with a generic `format.inferCoverSubject` that will read the subject from the branch description. I've also made `git branch -d` stop deleting the `format..*` variables. A new addition in this patchset is that form