Skip to content

Commit 4e327bb

Browse files
committed
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
2 parents e8c7b8c + f54bea4 commit 4e327bb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

remote.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2108,7 +2108,7 @@ int format_tracking_info(struct branch *branch, struct strbuf *sb)
21082108
"Your branch and '%s' have diverged,\n"
21092109
"and have %d and %d different commits each, "
21102110
"respectively.\n",
2111-
theirs),
2111+
ours + theirs),
21122112
base, ours, theirs);
21132113
if (advice_status_hints)
21142114
strbuf_addf(sb,

0 commit comments

Comments
 (0)