]> git.ipfire.org Git - thirdparty/git.git/blobdiff - builtin/merge.c
treewide: correct several "up-to-date" to "up to date"
[thirdparty/git.git] / builtin / merge.c
index 900bafdb45d0b28ab5497cfd251535266fc92be5..a0789c798fd68f1dcd79a5925ceb25a965228e55 100644 (file)
@@ -1345,7 +1345,7 @@ int cmd_merge(int argc, const char **argv, const char *prefix)
                 * If head can reach all the merge then we are up to date.
                 * but first the most common case of merging one remote.
                 */
-               finish_up_to_date(_("Already up-to-date."));
+               finish_up_to_date(_("Already up to date."));
                goto done;
        } else if (fast_forward != FF_NO && !remoteheads->next &&
                        !common->next &&
@@ -1428,7 +1428,7 @@ int cmd_merge(int argc, const char **argv, const char *prefix)
                        }
                }
                if (up_to_date) {
-                       finish_up_to_date(_("Already up-to-date. Yeeah!"));
+                       finish_up_to_date(_("Already up to date. Yeeah!"));
                        goto done;
                }
        }