Andrew's git
/
gitweb.git
/ blobdiff
summary
|
log
|
commit
|
diff
|
tree
commit
grep
author
committer
pickaxe
?
re
treewide: correct several "up-to-date" to "up to date"
[gitweb.git]
/
remote.c
diff --git
a/remote.c
b/remote.c
index 60d004392109f1e39f0bf34578e195cdf3af1639..0f1992fbf98ff19a79d288c8fead764c6b5d072f 100644
(file)
--- a/
remote.c
+++ b/
remote.c
@@
-2080,7
+2080,7
@@
int format_tracking_info(struct branch *branch, struct strbuf *sb)
_(" (use \"git branch --unset-upstream\" to fixup)\n"));
} else if (!ours && !theirs) {
strbuf_addf(sb,
- _("Your branch is up
-to-
date with '%s'.\n"),
+ _("Your branch is up
to
date with '%s'.\n"),
base);
} else if (!theirs) {
strbuf_addf(sb,