Re: RFC: grafts generalised

!MAILaRCHIVE_VOTE_RePLACE
Previous message: [thread] [date] [author]
Next message: [thread] [date] [author]
To: Johannes Sixt <j.sixt@...>
Cc: Dmitry Potapov <dpotapov@...>, <git@...>
Date: Thursday, July 3, 2008 - 3:30 am

Johannes Sixt wrote:




I am aware of that.
There are actually two common cases:
- Historical changes which are confined and don't ripple through.  The
  above solution works just fine for that.
- Ripple-through changes.  They indeed need to be applied to every tree
  in the first-parent chain.  Even though this is going to take a
  considerable amount of time, there still are certain advantages to
  doing this using the method described above:
  + You can apply the patch to every commit/tree "interactively" if you want.
    (Yes, I know, git-sequencer supports this one as well, but not the
    next point).
  + You can view the change at any point in time (including in relation to the
    tree that follows it), right after making the amendments (without letting
    it ripple through to the end).
  + The ripple-through does not need to be performed in topological order,
    i.e. eventually you'll have to touch everything, but you can do it
    in the order you see fit (whatever is most efficient to work on).
  + If, at some point during the ripple-through process, you find out
    that you forgot some change(s), you can abort or restart the
    ripple-through without having spent all that time waiting for a
    full-ripple-through.

Actually, ripple-through changes are rare.  In the current project it
seems I need exactly one, but it's buried deep in the past (sadly).
The reason why I need it, is to make sure that git-bisect will work for
any revision in the past (i.e. the tree contained/contains some
too-clever-for-their-own-good $Revision$-expansion dependencies)
-- 
Sincerely,
           Stephen R. van den Berg.

This is a day for firm decisions!  Or is it?
--
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:
RFC: grafts generalised, Stephen R. van den Berg, (Wed Jul 2, 10:35 am)
Re: RFC: grafts generalised, Petr Baudis, (Wed Jul 2, 8:13 pm)
Re: RFC: grafts generalised, Petr Baudis, (Wed Jul 2, 8:16 pm)
Re: RFC: grafts generalised, Junio C Hamano, (Wed Jul 2, 8:28 pm)
Re: RFC: grafts generalised, Dmitry Potapov, (Wed Jul 2, 1:19 pm)
Re: RFC: grafts generalised, Stephen R. van den Berg, (Wed Jul 2, 1:59 pm)
Re: RFC: grafts generalised, Dmitry Potapov, (Wed Jul 2, 1:58 pm)
Re: RFC: grafts generalised, Stephen R. van den Berg, (Wed Jul 2, 2:10 pm)
Re: RFC: grafts generalised, Johannes Sixt, (Thu Jul 3, 2:02 am)
Re: RFC: grafts generalised, Stephen R. van den Berg, (Thu Jul 3, 3:30 am)
Re: RFC: grafts generalised, Johannes Sixt, (Thu Jul 3, 3:42 am)
Re: RFC: grafts generalised, Stephen R. van den Berg, (Thu Jul 3, 5:37 am)
Re: RFC: grafts generalised, Dmitry Potapov, (Wed Jul 2, 4:39 pm)
Re: RFC: grafts generalised, Junio C Hamano, (Wed Jul 2, 5:27 pm)
Re: RFC: grafts generalised, Junio C Hamano, (Wed Jul 2, 5:49 pm)
Re: RFC: grafts generalised, Junio C Hamano, (Wed Jul 2, 8:03 pm)
Re: RFC: grafts generalised, Stephen R. van den Berg, (Wed Jul 2, 5:18 pm)
Re: RFC: grafts generalised, Avery Pennarun, (Wed Jul 2, 5:28 pm)
Re: RFC: grafts generalised, Dmitry Potapov, (Wed Jul 2, 2:33 pm)
Re: RFC: grafts generalised, Jakub Narebski, (Wed Jul 2, 12:35 pm)
Re: RFC: grafts generalised, Stephen R. van den Berg, (Wed Jul 2, 1:32 pm)
Re: RFC: grafts generalised, Jakub Narebski, (Thu Jul 3, 8:43 pm)
Re: RFC: grafts generalised, Petr Baudis, (Wed Jul 2, 8:21 pm)
Re: RFC: grafts generalised, Stephen R. van den Berg, (Thu Jul 3, 3:11 am)
Re: RFC: grafts generalised, Michael J Gruber, (Wed Jul 2, 12:43 pm)
Re: RFC: grafts generalised, Stephen R. van den Berg, (Wed Jul 2, 1:42 pm)
Re: RFC: grafts generalised, Andreas Ericsson, (Mon Jul 7, 2:28 am)
Re: RFC: grafts generalised, Stephen R. van den Berg, (Mon Jul 7, 2:59 am)
Re: RFC: grafts generalised, Mike Hommey, (Wed Jul 2, 2:25 pm)
Re: RFC: grafts generalised, Stephen R. van den Berg, (Wed Jul 2, 2:37 pm)
Re: RFC: grafts generalised, Stephan Beyer, (Wed Jul 2, 3:31 pm)
Re: RFC: grafts generalised, Dmitry Potapov, (Wed Jul 2, 4:42 pm)
Re: RFC: grafts generalised, Stephan Beyer, (Wed Jul 2, 7:46 pm)
Re: RFC: grafts generalised, Stephen R. van den Berg, (Thu Jul 3, 2:05 am)
Re: RFC: grafts generalised, Stephan Beyer, (Wed Jul 2, 3:36 pm)
Re: RFC: grafts generalised, Michael J Gruber, (Wed Jul 2, 2:34 pm)