On Fri, Jul 11, 2008 at 14:46, Johannes Schindelin <Johannes.Schindelin@xxxxxx> wrote: > BTW in your case, I would suggest this: > > INDEX_FILE=.git/bla git read-tree HEAD && > INDEX_FILE=.git/bla git apply --cached patchfile && > INDEX_FILE=.git/bla git archive [...] && > rm .git/bla > > IOW: Just use a temporary index for your work. What is the rationale? So I can relieve the assumption that the index is clean? -- Denis -- To unsubscribe from this list: send the line "unsubscribe git" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html