Michael Haggerty [off-list ref] writes:
On 03/24/2014 09:27 PM, Junio C Hamano wrote:
quoted
[...]
* an/branch-config-message (2014-03-24) 1 commit
- branch.c: install_branch_config: simplify if chain
Will merge to 'next'.
The Signed-off-by line in this commit shows the name as only "Adam".
Adam, unless this is your full name, please add a S-o-b line with your
full name as per Documentation/SubmittingPatches. This is important to
help us track the provenance of all code in Git.
Michael
Thanks for bringing this up.
But for this particular change, I think there is very little that
could become problematic on the provenance; there are only 34 sane
ways to switch on two independent boolean variables to choose one
out of four actions, and they are all similar and obvious.