Skip to content

Commit

Permalink
merge-recursive: use "up-to-date" instead of "uptodate" in error mess…
Browse files Browse the repository at this point in the history
…age for consistency

Signed-off-by: Nicolas Sebrecht <nicolas.s.dev@gmx.fr>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
  • Loading branch information
Nicolas Sebrecht authored and Junio C Hamano committed Jul 9, 2010
1 parent 9918285 commit 5e5ffa0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion merge-recursive.c
Original file line number Diff line number Diff line change
Expand Up @@ -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;
}
Expand Down

0 comments on commit 5e5ffa0

Please sign in to comment.