On Wed, 19 Apr 2006, Martin Langhoff wrote: > > <wishlist> > What about support for diffing a subtree? > > git diff v2.2:net/appletalk v2.9:net/appletalk-ng > > </whishlist> Did you try it? It works as-is with that patch. Exactly because it will call git-diff-tree with the two SHA1's, and since they are now trees (and not blobs) git-diff-tree will do the right thing. And no, I didn't actually test it. But it really _should_ work with that trivial diff, including with the "a..b" format. Linus - : 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