]> git.ipfire.org Git - thirdparty/git.git/blobdiff - notes-merge.c
treewide: correct several "up-to-date" to "up to date"
[thirdparty/git.git] / notes-merge.c
index 70e3fbeefbe24233a545e75c0322a8a310778e43..a4cb76f0f54b544dfc1ca30b66d9750c9e223ff1 100644 (file)
@@ -625,7 +625,7 @@ int notes_merge(struct notes_merge_options *o,
        if (!oidcmp(&remote->object.oid, base_oid)) {
                /* Already merged; result == local commit */
                if (o->verbosity >= 2)
-                       printf("Already up-to-date!\n");
+                       printf("Already up to date!\n");
                oidcpy(result_oid, &local->object.oid);
                goto found_result;
        }