git.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: Jeff King <peff@peff.net>
To: Junio C Hamano <gitster@pobox.com>
Cc: "Thomas Rast" <trast@inf.ethz.ch>,
	"Stefan Schüßler" <mail@stefanschuessler.de>,
	git@vger.kernel.org
Subject: Re: [PATCH v2] pull: merge into unborn by fast-forwarding from empty tree
Date: Thu, 20 Jun 2013 16:19:57 -0400	[thread overview]
Message-ID: <20130620201957.GC31364@sigill.intra.peff.net> (raw)
In-Reply-To: <7v8v24vd0m.fsf@alter.siamese.dyndns.org>

On Thu, Jun 20, 2013 at 11:43:37AM -0700, Junio C Hamano wrote:

> Thomas Rast <trast@inf.ethz.ch> writes:
> 
> > The logic for pulling into an unborn branch was originally designed to
> > be used on a newly-initialized repository (d09e79c, git-pull: allow
> > pulling into an empty repository, 2006-11-16).  It thus did not
> > initially deal with uncommitted changes in the unborn branch.  The
> > case of an _unstaged_ untracked file was fixed by 4b3ffe5 (pull: do
> > not clobber untracked files on initial pull, 2011-03-25).  However, it
> > still clobbered existing staged files, both when the file exists in
> > the merged commit (it will be overwritten), and when it does not (it
> > will be deleted).
> 
> Perhaps making sure the index is empty is sufficient, then?

That would not let you pull when you have "foo" staged, but upstream
does not have "foo" at all. To be fair, that is quite a corner case, and
simply rejecting the pull entirely may be OK. But read-tree already does
the hard work for us, so I don't think it is a lot of code either way.

-Peff

  reply	other threads:[~2013-06-20 20:20 UTC|newest]

Thread overview: 20+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2013-06-20 12:36 [PATCH] pull: pull into void by fast-forwarding from empty tree Thomas Rast
2013-06-20 12:47 ` Jeff King
2013-06-20 13:06   ` [PATCH v2] pull: merge into unborn " Thomas Rast
2013-06-20 13:15     ` Jeff King
2013-06-20 13:20       ` Thomas Rast
2013-06-20 13:33         ` Thomas Rast
2013-06-20 13:47           ` Jeff King
2013-06-20 14:29             ` Thomas Rast
2013-06-20 14:22     ` Thomas Rast
2013-06-20 18:43     ` Junio C Hamano
2013-06-20 20:19       ` Jeff King [this message]
2013-06-20 20:49         ` Junio C Hamano
2013-06-20 20:55           ` Jeff King
2013-06-20 21:45             ` Junio C Hamano
2013-06-20 22:03               ` Jeff King
2013-06-20 22:35                 ` [PATCHv3 0/2] pull into unborn branch safety tree Jeff King
2013-06-20 22:36                   ` [PATCH 1/2] pull: update unborn branch tip after index Jeff King
2013-06-20 22:38                   ` [PATCH 2/2] pull: merge into unborn by fast-forwarding from empty tree Jeff King
2013-06-20 22:52                   ` [PATCHv3 0/2] pull into unborn branch safety tree Junio C Hamano
2013-06-20 16:04 ` [PATCH] pull: pull into void by fast-forwarding from empty tree Ramkumar Ramachandra

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=20130620201957.GC31364@sigill.intra.peff.net \
    --to=peff@peff.net \
    --cc=git@vger.kernel.org \
    --cc=gitster@pobox.com \
    --cc=mail@stefanschuessler.de \
    --cc=trast@inf.ethz.ch \
    /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).