Re: optimized checkout+rebase?

Previous message: [thread] [date] [author]
Next message: [thread] [date] [author]
From: Johannes Sixt
Date: Thursday, March 13, 2008 - 12:20 am

Ralf Wildenhues schrieb:

Well, what you could do is:

   for branch in $my_topic_branches; do
     git rebase master $branch
     # occasional fixups here...
   done

But it seems that even then rebase first does the checkout $branch, and
then the checkout master right after that. At least the first checkout
should be unnecessary because all the revision range computations and
patch formating should be possible to do without the checkout. (The second
checkout is indispensable, of course.)

This has annoyed me, too, but not so much that I started looking at a fix,
though...

-- Hannes

--
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:
optimized checkout+rebase?, Ralf Wildenhues, (Wed Mar 12, 12:10 pm)
Re: optimized checkout+rebase?, Johannes Sixt, (Thu Mar 13, 12:20 am)
Re: optimized checkout+rebase?, Ralf Wildenhues, (Sat Mar 15, 3:39 am)
[PATCH] rebase [--onto O] A B: omit needless checkout, Junio C Hamano, (Sat Mar 15, 1:42 pm)
Re: [PATCH] rebase [--onto O] A B: omit needless checkout, Ralf Wildenhues, (Sat Mar 15, 3:21 pm)
Re: [PATCH] rebase [--onto O] A B: omit needless checkout, Johannes Sixt, (Wed Mar 19, 5:54 am)
Re: [PATCH] rebase [--onto O] A B: omit needless checkout, Junio C Hamano, (Wed Mar 19, 12:19 pm)
Re: [PATCH] rebase [--onto O] A B: omit needless checkout, Johannes Sixt, (Thu Mar 20, 12:41 am)
Re: [PATCH] rebase [--onto O] A B: omit needless checkout, Junio C Hamano, (Thu Mar 20, 12:53 am)