From: Johannes Sixt <j6t@kdbg.org>
To: Jeff King <peff@peff.net>
Cc: Eric Raible <raible@gmail.com>, git@vger.kernel.org
Subject: Re: git merge remote branch says "Merge commit ..."?
Date: Fri, 22 May 2009 20:30:34 +0200 [thread overview]
Message-ID: <200905222030.34301.j6t@kdbg.org> (raw)
In-Reply-To: <20090522175401.GB11640@coredump.intra.peff.net>
On Freitag, 22. Mai 2009, Jeff King wrote:
> No, it is not terribly expensive. But you do have to talk to the server,
> which may mean making an ssh connection, or the server may be overloaded
> and slow. So it can take a few seconds instead of a few microseconds.
It's certainly doable without a remote connection with some digging in the
configuration.
Git-gui has some magic to find out the remote when you request to merge a
remote tracking branch. That is, even though you clickety-click through to do
the equivalent of 'git merge origin/master', it comes up with a merge message
that is the same as if you had said 'git pull origin master' on the command
line. It doesn't need a connection to do that.
-- Hannes
next prev parent reply other threads:[~2009-05-22 18:31 UTC|newest]
Thread overview: 10+ messages / expand[flat|nested] mbox.gz Atom feed top
2009-05-21 19:50 git merge remote branch says "Merge commit ..."? skillzero
2009-05-22 7:49 ` Jeff King
2009-05-22 17:29 ` Eric Raible
2009-05-22 17:54 ` Jeff King
2009-05-22 18:08 ` git merge remote branch says Eric Raible
2009-05-22 18:10 ` Jeff King
2009-05-22 18:30 ` Johannes Sixt [this message]
2009-05-23 9:17 ` git merge remote branch says "Merge commit ..."? Jeff King
2009-05-23 9:26 ` Junio C Hamano
2009-05-25 9:44 ` Jeff King
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=200905222030.34301.j6t@kdbg.org \
--to=j6t@kdbg.org \
--cc=git@vger.kernel.org \
--cc=peff@peff.net \
--cc=raible@gmail.com \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
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).