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
This commit is contained in:
Junio C Hamano 2016-05-26 13:17:18 -07:00
Родитель e8c7b8cf68 f54bea44a5
Коммит 4e327bb4c2
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,