On Sun, Jan 27, 2008 at 12:38:08PM -0500, Shawn O. Pearce wrote: > > git-show d19fbe8a7 | patch -p1 -R > > Its more like: > > git-diff-tree -M d19fbe8a7^ d19fbe8a7 | git-apply -R --index > > In other words its doing rename detection. Its possible that the > rename detector fired for added/removed paths and it took some > significant amount of memory to figure out what was renamed. It's doubtful. There are only two files in that diff, and neither is a candidate for rename detection. -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