Andrew's git
/
gitweb.git
/ diff
summary
|
log
|
commit
| diff |
tree
commit
grep
author
committer
pickaxe
?
re
Merge branch 'nd/remote-plural-ours-plus-theirs' into maint
author
Junio C Hamano
<gitster@pobox.com>
Thu, 26 May 2016 20:17:18 +0000
(13:17 -0700)
committer
Junio C Hamano
<gitster@pobox.com>
Thu, 26 May 2016 20:17:18 +0000
(13:17 -0700)
Message fix.
* nd/remote-plural-ours-plus-theirs:
remote.c: specify correct plural form in "commit diverge" message
remote.c
patch
|
blob
|
history
raw
(from parent 1:
e8c7b8c
)
diff --git
a/remote.c
b/remote.c
index ddc4f8fd4801f2ab211340d25d2528affa50a352..a326e4e2516e2129e7a08bfc149786402ec160fb 100644
(file)
--- a/
remote.c
+++ b/
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,