Skip to content

Commit a8b7fcf

Browse files
committed
Merge branch 'ns/merge-recursive-uptodate'
* ns/merge-recursive-uptodate: merge-recursive: use "up-to-date" instead of "uptodate" in error message for consistency
2 parents c257bbb + 5e5ffa0 commit a8b7fcf

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)