Skip to content

Commit

Permalink
Merge branch 'ns/merge-recursive-uptodate'
Browse files Browse the repository at this point in the history
* ns/merge-recursive-uptodate:
  merge-recursive: use "up-to-date" instead of "uptodate" in error message for consistency
  • Loading branch information
Junio C Hamano committed Jul 15, 2010
2 parents c257bbb + 5e5ffa0 commit a8b7fcf
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 a8b7fcf

Please sign in to comment.