Re: [PATCH] merge: Make merge strategy message follow the diffstat

From: Junio C Hamano
Date: Fri Jan 13 2012 - 14:12:26 EST


Paul Gortmaker <paul.gortmaker@xxxxxxxxxxxxx> writes:

> By moving the message after the diffstat, there is a better chance that
> people will be aware they've done a pointless merge commit.
>
> Signed-off-by: Paul Gortmaker <paul.gortmaker@xxxxxxxxxxxxx>

I think the goal of the change may be worthy, but a few points:

- What does "automsg" mean? Is "auto" in contrast to "manual"? Even
better, wouldn't it be far simpler to just use

if (msg && verbosity >= 0)
printf("%s\n", msg);

and get rid of this mysteriously named variable altogether?

- Wouldn't it make more sense to move "No merge message -- not updating
HEAD" also to the end?

- After applying this patch, does the tests still pass?

Thanks.

--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/