Joey Hess [off-list ref] writes:
Junio C Hamano wrote:
quoted
merge: GIT_MERGE_ALLOW_UNRELATED_HISTORIES environment
I hope this patch lands, it will save me a lot of bother.
Yup, it is somewhat ugly but the least bad option among command line
option (which would break with older versions of Git), configuration
variables (which would encourage users to opt out of safety
unconditionallly) and environment (which allows scripts to opt-in),
I would say.