Linus Torvalds <torvalds@xxxxxxxx> writes: > On Fri, 14 Apr 2006, Junio C Hamano wrote: >> >> * Message-ID: <Pine.LNX.4.64.0604121828370.14565@xxxxxxxxxxx> >> Common option parsing (Linus Torvalds) > > Ok, here's a first cut at starting this. Hmph. You did it while I was still thinking about it ;-). I was thinking long because I had an impression that anything based on revision.c interface, if it wants to do a tree-diff on the commit stream, would need two different diff options. One is used by revision.c internally so that it can use its own add_remove/change for parent pruning, and another to control the way diff is run by the user of revision.c. I'll take a look at it tonight. Thanks. - : 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