Skip to content

Commit 5e5ffa0

Browse files
Nicolas Sebrechtgitster
authored andcommitted
merge-recursive: use "up-to-date" instead of "uptodate" in error message for consistency
Signed-off-by: Nicolas Sebrecht <[email protected]> Signed-off-by: Junio C Hamano <[email protected]>
1 parent 9918285 commit 5e5ffa0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

merge-recursive.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1214,7 +1214,7 @@ int merge_trees(struct merge_options *o,
12141214
}
12151215

12161216
if (sha_eq(common->object.sha1, merge->object.sha1)) {
1217-
output(o, 0, "Already uptodate!");
1217+
output(o, 0, "Already up-to-date!");
12181218
*result = head;
12191219
return 1;
12201220
}

0 commit comments

Comments
 (0)