On Wed, 30 Jul 2008, Stephen R. van den Berg wrote: > Someone popped this question on me. The closest I got was: > > git diff . > > But that still recurses. Any solutions without patching? Not without patching, no. When generating a patch, git diff always recurses. I suspect adding some kind of "-l" flag would be about five lines of code, though, so if you really need it... Hint, hint. Linus -- 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