Jay Soffian [off-list ref] writes:
When a merge is stopped due to conflicts or --no-commit, the
subsequent commit calls the prepare-commit-msg hook. However,
it is not called after a clean merge. Fix this inconsistency
by invoking the hook after clean merges as well.
Signed-off-by: Jay Soffian <redacted>
---
I sent this out previously as an RFC:
http://thread.gmane.org/gmane.comp.version-control.git/151297
But never prepared a proper patch. Here it is.
Looks very sensible. Thanks.
Will queue.