On Wed, Feb 26, 2014 at 3:38 PM, Jonathan Nieder [off-list ref] wrote:
Seems reasonable, but I worry about the command growing too noisy.
Could this be guarded by an advice.<something> setting? (See advice.*
in git-config(1) for what I mean.)
Ah, good idea. This seems to belong to advice.resolveConflict. I'll
add it there.
`status_printf_ln` already prints a newline, so the translated message
shouldn't include an extra one.
Good catch. Thanks!
Andrew