Re: [PATCH 4/5] git-merge: add support for --commit
From: Junio C Hamano <hidden> Date: 2016-06-15 22:43:36
Lars Hjemli [off-list ref] writes:
This option can be used to override --no-commit and --squash. The change
also introduces slightly different behavior for --no-commit: when specified,
it explicitly overrides --squash.
Makes me wonder if --no-squash also make sense to override a --squash.
Is this really needed? IOW, does it ever make sense to have --no-commit
in the configuration?