On Tue, Dec 21 2021, Elijah Newren via GitGitGadget wrote: > From: Elijah Newren <newren@xxxxxxxxx> > + if (status == LL_MERGE_BINARY_CONFLICT) > + warning("Cannot merge binary files: %s (%s vs. %s)", > + "base", "ours", "theirs"); This & other messages in the series have warning/BUG etc. starting with upper-case.