Re: [StGit PATCH 00/13] Eliminate 'top' and 'bottom' files

Previous message: [thread] [date] [author]
Next message: [thread] [date] [author]
From: Karl
Date: Monday, September 17, 2007 - 1:17 am

On 2007-09-16 08:28:53 +0100, Catalin Marinas wrote:


Yeah, I guess that data could be computed from the patch log?


I haven't been able to get rid of all the expensive DAG walking, so
I've been considering a different approach: continue using the current
applied and unapplied files if the existing HEAD == top patch check
passes, and letting the assimilate command do a full DAG walk to
regenerate those files. (And by "full DAG walk", I mean walking from
HEAD down to the first commit with parents != 1; the patches we see
are applied (in the order we see them), and the rest are unapplied.)


Uncommit does not generate such patches, unless I've made a thinko; I
don't approve of them. But I always assumed they could exist, since
the code (at least in places) seems careful to not assume anything
about the number of commits between top and bottom.

-- 
Karl Hasselström, kha@treskal.com
      www.treskal.com/kalle
-
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:
[StGit PATCH 06/13] Refactor Series.push_patch, David , (Fri Sep 14, 3:31 pm)
[StGit PATCH 10/13] Refactor Series.new_patch, David , (Fri Sep 14, 3:32 pm)
[StGit PATCH 12/13] Remove the 'bottom' field, David , (Fri Sep 14, 3:32 pm)
[StGit PATCH 13/13] Remove the 'top' field, David , (Fri Sep 14, 3:32 pm)
Re: [StGit PATCH 00/13] Eliminate 'top' and 'bottom' files, Catalin Marinas, (Sun Sep 16, 12:28 am)
Re: [StGit PATCH 13/13] Remove the 'top' field, David Kågedal, (Sun Sep 16, 3:22 am)
Re: [StGit PATCH 00/13] Eliminate 'top' and 'bottom' files, David Kågedal, (Sun Sep 16, 3:25 am)
Re: [StGit PATCH 00/13] Eliminate 'top' and 'bottom' files, David Kågedal, (Sun Sep 16, 3:28 am)
Re: [StGit PATCH 13/13] Remove the 'top' field, Karl , (Mon Sep 17, 12:30 am)
Re: [StGit PATCH 00/13] Eliminate 'top' and 'bottom' files, Karl , (Mon Sep 17, 1:17 am)