[git-users] git grep find files containaing A AND NOT B (in all lines)

2014-09-25 Thread iv
hi, does anyone know how to grep simply files containing pattern A and not pattern B in all the lines... this doesn't work: git grep -l --all-match -e A --and --not -e B git version 2.1.0 thank you -- You received this message because you are subscribed to the Google Groups "Git for human be

Re: [git-users] git grep find files containaing A AND NOT B (in all lines)

2014-09-25 Thread iv
of course, "-l" gives you name only... Le jeudi 25 septembre 2014 16:11:34 UTC+2, Magnus Therning a écrit : > > On Thu, Sep 25, 2014 at 06:38:49AM -0700, iv wrote: > > hi, > > does anyone know how to grep simply files containing pattern A and not > pattern

Re: [git-users] git grep find files containaing A AND NOT B (in all lines)

2014-09-25 Thread iv
git grep -l --all-match -e A --and --not -e B gives me files containing A and containing B or not ... Le jeudi 25 septembre 2014 16:44:33 UTC+2, iv a écrit : > > of course, "-l" gives you name only... > > Le jeudi 25 septembre 2014 16:11:34 UTC+2, Magnus Therning a écrit