Junio wrote: > This applies to 'maint' to fix a rather serious data corruption > issue. When "git add -u" affects a subdirectory in such a way > that the only changes to its contents are path removals, the > next tree object written out of that index was bogus, as the > remove codepath forgot to invalidate the cache-tree entry. Fixes the issue, thanks. To make this more fair to git, especially to a notorious statement "git never lost any data in its existence", this commit corruption, while annoying, does not lose any data from working directory, and was easy to fix and work around once I've figured out what's happened. - 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