Filter log based on paths NOT touched

2013-11-25 Thread Phillip Susi
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 I can't seem to find a way to invert the meaning of a pathspec given to git log in order to find commits touching anything BUT a given path. Does such a thing exist? -BEGIN PGP SIGNATURE- Version: GnuPG v2.0.17 (MingW32) Comment: Using GnuPG

Re: Filter log based on paths NOT touched

2013-11-25 Thread Junio C Hamano
Phillip Susi ps...@ubuntu.com writes: I can't seem to find a way to invert the meaning of a pathspec given to git log in order to find commits touching anything BUT a given path. Does such a thing exist? Not yet (look for negative pathspec). -- To unsubscribe from this list: send the line

Re: Filter log based on paths NOT touched

2013-11-25 Thread Duy Nguyen
On Tue, Nov 26, 2013 at 3:35 AM, Junio C Hamano gits...@pobox.com wrote: Phillip Susi ps...@ubuntu.com writes: I can't seem to find a way to invert the meaning of a pathspec given to git log in order to find commits touching anything BUT a given path. Does such a thing exist? Not yet (look

Re: Filter log based on paths NOT touched

2013-11-25 Thread Phillip Susi
-BEGIN PGP SIGNED MESSAGE- Hash: SHA512 On 11/25/2013 10:13 PM, Duy Nguyen wrote: There's a difference between skip commits that touch anything directory foo even if it also touches something outside of foo and skip commits that _only_ touches something in foo. Not sure which way