git.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* git merge man page, upstream
@ 2012-10-23  7:40 Angelo Borsotti
  2012-10-23  7:51 ` Matthieu Moy
  0 siblings, 1 reply; 7+ messages in thread
From: Angelo Borsotti @ 2012-10-23  7:40 UTC (permalink / raw)
  To: git

Hello,

the git merge man page, OPTIONS, <commit> ... states:

   "If no commit is given from the command line, and if
merge.defaultToUpstream configuration variable is set, merge the
remote tracking branches that the current branch is configured to use
as its upstream. See also the configuration section of this manual
page."

Actually, in this case git merge merges the upstream branch, not the
remote tracking branch.

Proposed change:

   "If no commit is given from the command line, and if
merge.defaultToUpstream configuration variable is set, merge the
upstream branches that the current branch has currently configured.
See also the configuration section of this manual page."

-Angelo Borsotti

^ permalink raw reply	[flat|nested] 7+ messages in thread

end of thread, other threads:[~2012-10-25  9:54 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-10-23  7:40 git merge man page, upstream Angelo Borsotti
2012-10-23  7:51 ` Matthieu Moy
2012-10-23  9:07   ` Angelo Borsotti
2012-10-23 11:35     ` Matthieu Moy
2012-10-23 17:30       ` Angelo Borsotti
2012-10-23 11:34   ` [PATCH] Documentation: remote tracking branch -> remote-tracking branch Matthieu Moy
2012-10-25  9:54     ` Jeff King

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).