On Sun, Aug 18, 2013 at 3:42 PM, Thomas Gummerer <[email protected]> wrote: > Make git read the index file version 5 without complaining. > > This version of the reader doesn't read neither the cache-tree > nor the resolve undo data, but doesn't choke on an index that > includes such data.
The double-negatives are difficult to digest. Grammatical fixup: -->8-- This version of the reader reads neither the cache-tree nor the resolve undo data, however, it won't choke on an index that includes such data. -->8-- > Helped-by: Junio C Hamano <[email protected]> > Helped-by: Nguyen Thai Ngoc Duy <[email protected]> > Helped-by: Thomas Rast <[email protected]> > Signed-off-by: Thomas Gummerer <[email protected]> -- To unsubscribe from this list: send the line "unsubscribe git" in the body of a message to [email protected] More majordomo info at http://vger.kernel.org/majordomo-info.html

