Eric Sunshine wrote: > diff --git a/notes-merge.c b/notes-merge.c > index d2771fa3d4..321155fc87 100644 > --- a/notes-merge.c > +++ b/notes-merge.c > @@ -628,7 +628,7 @@ int notes_merge(struct notes_merge_options *o, > if (oideq(&remote->object.oid, base_oid)) { > /* Already merged; result == local commit */ > if (o->verbosity >= 2) > - printf("Already up to date!\n"); > + printf_ln("Already up to date."); > oidcpy(result_oid, &local->object.oid); > goto found_result; > } Should this have `_(...)` decorations?