]> git.ipfire.org Git - thirdparty/git.git/blobdiff - notes-merge.c
merge(s): apply consistent punctuation to "up to date" messages
[thirdparty/git.git] / notes-merge.c
index d2771fa3d43ced4980a9c94af2ee8d5f92caa168..321155fc87f565974c7eada794b78620f8856705 100644 (file)
@@ -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;
        }