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

Message fix.

* nd/remote-plural-ours-plus-theirs:
  remote.c: specify correct plural form in "commit diverge" message
This commit is contained in:
Junio C Hamano 2016-05-17 14:38:24 -07:00
Родитель 34698baa5b f54bea44a5
Коммит 7a7d0854ff
1 изменённых файлов: 1 добавлений и 1 удалений

Просмотреть файл

@ -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,