From: Karl Hasselström Date: Tue, 25 Sep 2007 18:21:46 +0000 (+0200) Subject: Teach "stg assimilate" to repair patch reachability X-Git-Tag: v0.14.3~95 X-Git-Url: https://git.distorted.org.uk/~mdw/stgit/commitdiff_plain/ca2160163b2a8209e5b04e155a8f4dafbe9334c8?hp=ca2160163b2a8209e5b04e155a8f4dafbe9334c8 Teach "stg assimilate" to repair patch reachability Rewrite "stg assimilate" so that it in addition to assimilating commits made on top of the patch stack also will rewrite the applied/unapplied files to reflect reality. A patch is considered to be applied if it is reachable from HEAD without passing through a merge, and unreachable otherwise. Performance is adequate: On my laptop, it takes less than four seconds to process the Linux tree (with hot caches). Signed-off-by: Karl Hasselström ---