зеркало из https://github.com/microsoft/git.git
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:
Коммит
4e327bb4c2
2
remote.c
2
remote.c
|
@ -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,
|
||||
|
|
Загрузка…
Ссылка в новой задаче