Git development
 help / color / mirror / Atom feed
From: "Björn Steinbrink" <B.Steinbrink@gmx.de>
To: Johannes Schindelin <Johannes.Schindelin@gmx.de>
Cc: gitster@pobox.com, git@vger.kernel.org
Subject: Re: rebase --onto might "loose" commits
Date: Tue, 19 Feb 2008 13:52:16 +0100	[thread overview]
Message-ID: <20080219125216.GA10444@atjola.homenet> (raw)
In-Reply-To: <alpine.LSU.1.00.0802191102440.30505@racer.site>

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.

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.

Thanks,
Björn

> P.S.: I was being corrected some time ago on the same typo: "to lose" 
> means to get rid of something unintentionally, "to loose" does not exist, 
> and "to loosen" means to make something less tight.

Ah yeah, one of my preferred typos. There's about a 50% chance for me to
get that right. Although it already felt wrong when I read over the
mail, for some unknown reason I couldn't put my finger on the typo. ;-)

  reply	other threads:[~2008-02-19 12:52 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 [this message]
2008-02-19 14:43     ` Nicolas Pitre

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=20080219125216.GA10444@atjola.homenet \
    --to=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