On Tue, 12 Feb 2008, Junio C Hamano wrote: > > This adds --relative option to diff family. When you start from > a subdirectory, > > $ git diff --relative Ack, except I think it should allow you to actually *set* what the diff is relative to. An example of that could be something like git diff --relative=drivers/scsi/ a..b -- drivers/scsi/ where you aren't actually *in* that subdirectory, but for one reason or another you're limiting the diff to just stuff in that subdirectory, and want a diff that is relative to that one. Hmm? 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