Re: [PATCH] rebase --interactive: Compute upstream SHA1 before switching branches

Previous message: [thread] [date] [author]
Next message: [thread] [date] [author]
From: Junio C Hamano
Date: Monday, June 2, 2008 - 7:28 pm

Johannes Schindelin <Johannes.Schindelin@gmx.de> writes:


I'll apply Hannes's patch for now as I do not want to leave an obvious fix
out of -rc1.

I think Hannes is referring to the same issue as the one dealt with with
0cb0664 (rebase [--onto O] A B: omit needless checkout, 2008-03-15) for
the non-interactive codepath.

You certainly "need to determine which branch to update after finish", and
you do need to remember what branch you were on (if you were not called
with the <branch> parameter), or what branch were given from the command
line (if you got one as <branch> parameter) in order to do so, but the way
to remember these values does not have to involve an extra checkout.

By doing an extra checkout of "the original HEAD", before switching to a
detached HEAD state at the $ONTO commit to "clean the slate" to apply the
sequence on top, more work tree entries will be smudged, forcinging more
recompilations than necessary if the tracked contents are "source" files.
--
To unsubscribe from this list: send the line "unsubscribe git" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Previous message: [thread] [date] [author]
Next message: [thread] [date] [author]

Messages in current thread:
Re: [PATCH] rebase --interactive: Compute upstream SHA1 be ..., Johannes Schindelin, (Mon Jun 2, 8:29 am)
Re: [PATCH] rebase --interactive: Compute upstream SHA1 be ..., Junio C Hamano, (Mon Jun 2, 7:28 pm)
Re: [PATCH] rebase --interactive: Compute upstream SHA1 be ..., Johannes Schindelin, (Tue Jun 3, 6:55 am)