On Mon, 2010-09-06 at 13:13 +0200, Jan III Sobieski wrote: > Hi, > > I wonder if it's possible to exclude a dir from the diff. I want to > get some diffstats from Linux tree > It's not possible to exclude with git diff/grep, but you can do somtehing like that : find . -type f ! -path "./drivers/staging/*" | xargs git diff v2.6.35..v2.6.36-rc3 --stat > git diff v2.6.35..v2.6.36-rc3 --stat > > but without drivers/staging/ dir. Is it possible? > > Regards, > Jan > -- 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