Browse Source

Merge branch 'nd/remote-plural-ours-plus-theirs' into maint

Message fix.

* nd/remote-plural-ours-plus-theirs:
  remote.c: specify correct plural form in "commit diverge" message
maint
Junio C Hamano 9 years ago
parent
commit
4e327bb4c2
  1. 2
      remote.c

2
remote.c

@ -2108,7 +2108,7 @@ int format_tracking_info(struct branch *branch, struct strbuf *sb) @@ -2108,7 +2108,7 @@ int format_tracking_info(struct branch *branch, struct strbuf *sb)
"Your branch and '%s' have diverged,\n"
"and have %d and %d different commits each, "
"respectively.\n",
theirs),
ours + theirs),
base, ours, theirs);
if (advice_status_hints)
strbuf_addf(sb,

Loading…
Cancel
Save