On Fri, Aug 05, 2011 at 03:55:19PM -0700, Junio C Hamano wrote: > Jeff King <peff@xxxxxxxx> writes: > > > + git read-tree --empty && > > Hmmmm, this adds more work to the backporting of this fix. We can easily replace it with "rm -f .git/index". Or we can be fancy and actually tell update-index to drop the entries individually, but they are somewhat of a pain to manipulate, given that they have magic characters. -Peff -- 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