Git development
 help / color / mirror / Atom feed
From: Nicolas Pitre <nico@cam.org>
To: "Björn Steinbrink" <B.Steinbrink@gmx.de>
Cc: Johannes Schindelin <Johannes.Schindelin@gmx.de>,
	gitster@pobox.com, git@vger.kernel.org
Subject: Re: rebase --onto might "loose" commits
Date: Tue, 19 Feb 2008 09:43:15 -0500 (EST)	[thread overview]
Message-ID: <alpine.LFD.1.00.0802190939240.2732@xanadu.home> (raw)
In-Reply-To: <20080219125216.GA10444@atjola.homenet>

[-- Attachment #1: Type: TEXT/PLAIN, Size: 1515 bytes --]

On Tue, 19 Feb 2008, Björn Steinbrink wrote:

> Hi,
> 
> On 2008.02.19 11:05:40 +0000, Johannes Schindelin wrote:
> > On Tue, 19 Feb 2008, Björn Steinbrink wrote:
> > 
> > > when there's nothing to rebase (ie. upstream..branch is empty), rebase 
> > > fails to find any commits to rebase and correctly says "Nothing to do", 
> > > but when --onto is given, we already did a "reset --hard" to newbase, so 
> > > it already _did_ something.
> > 
> > Yes, it did something.  But if you had that:
> > 
> > A - B - C - D - E
> >   \
> >     F
> > 
> > your HEAD was E, and you said "git rebase --onto F E" what exactly do you
> > want it to do?  There is no commit between E and E, so it rebases
> > _nothing_ onto F.  Which means that F should be your new state.
> 
> Strictly, it's correct, but the "Nothing to do" message is a bit
> misleading (IMHO) and the error message made me think, that it actually
> didn't want to do anything.

Yes, the message should probably be changed in that case.

> I'm a bit unsure about rebase being degraded to a "reset --hard" in this
> case is a good idea. Might be a nice user-protection to make rebase
> abort when there's nothing to rebase and --onto is given. But I don't
> care that much.

The "reset --hard" in that case is really the correct behavior.  Rebase 
might be used like 'git pull --rebase', and if your local branch 
contains no commits of your own then the 'git reset --hard' is really 
what needs to happen.

The "user protection" lives in the reflog.


Nicolas

      reply	other threads:[~2008-02-19 14:43 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2008-02-19  7:23 rebase --onto might "loose" commits Björn Steinbrink
2008-02-19 11:05 ` Johannes Schindelin
2008-02-19 12:52   ` Björn Steinbrink
2008-02-19 14:43     ` Nicolas Pitre [this message]

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=alpine.LFD.1.00.0802190939240.2732@xanadu.home \
    --to=nico@cam.org \
    --cc=B.Steinbrink@gmx.de \
    --cc=Johannes.Schindelin@gmx.de \
    --cc=git@vger.kernel.org \
    --cc=gitster@pobox.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