From: Karl Hasselström Date: Mon, 1 Oct 2007 16:42:30 +0000 (+0200) Subject: Let "stg assimilate" handle missing patches X-Git-Tag: v0.14~61 X-Git-Url: https://www.chiark.greenend.org.uk/ucgi/~mdw/git/stgit/commitdiff_plain/2b049e124c85dcdbbc531c86ec336c7a9b41db36?hp=2b049e124c85dcdbbc531c86ec336c7a9b41db36 Let "stg assimilate" handle missing patches If a patch was not mentioned in the applied/unapplied files, "assimilate" used to ignore it. Now it won't. The only information loss ensuing from this sequence of commands $ rm .git/patches//{un,}applied $ touch .git/patches//{un,}applied $ stg assimilate is now the order of the unapplied patches. Signed-off-by: Karl Hasselström ---