merge-recursive: use "up-to-date" instead of "uptodate" in error message for consistency
authorNicolas Sebrecht <nicolas.s.dev@gmx.fr>
Fri, 9 Jul 2010 20:27:49 +0000 (22:27 +0200)
committerJunio C Hamano <gitster@pobox.com>
Fri, 9 Jul 2010 23:28:46 +0000 (16:28 -0700)
Signed-off-by: Nicolas Sebrecht <nicolas.s.dev@gmx.fr>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
merge-recursive.c

index 856e98c0837f422f18d57aa4f3ca453120882bca..fb6aa4a551802de07be76bd838b6f22a236457ff 100644 (file)
@@ -1214,7 +1214,7 @@ int merge_trees(struct merge_options *o,
        }
 
        if (sha_eq(common->object.sha1, merge->object.sha1)) {
-               output(o, 0, "Already uptodate!");
+               output(o, 0, "Already up-to-date!");
                *result = head;
                return 1;
        }