Re: [PATCH] git-log: added --none-match option

2015-01-12 Thread Junio C Hamano
Junio C Hamano writes: > Christoph Junghans writes: > >> The only useful thing I could image is using it in conjunction with >> --files-with-matches, but that is what --files-without-match is for. > > Yes, "-l" was exactly what I had in mind and I was hoping that "git > grep -l --no-match -e WIP

Re: [PATCH] git-log: added --none-match option

2015-01-09 Thread Junio C Hamano
Christoph Junghans writes: > The only useful thing I could image is using it in conjunction with > --files-with-matches, but that is what --files-without-match is for. Yes, "-l" was exactly what I had in mind and I was hoping that "git grep -l --no-match -e WIP -e TODO -e FIXME -e NEEDSWORK" may

Re: [PATCH] git-log: added --none-match option

2015-01-09 Thread Christoph Junghans
2015-01-06 16:02 GMT-07:00 Junio C Hamano : > Christoph Junghans writes: > >> Implements a inverted match for "git log", like in the case of >> "git grep -v", which is useful from time to time to e.g. filter >> FIXUP message out of "git log". >> >> Internally, a new bol 'none_match' has been intro

Re: [PATCH] git-log: added --none-match option

2015-01-06 Thread Junio C Hamano
Christoph Junghans writes: > Implements a inverted match for "git log", like in the case of > "git grep -v", which is useful from time to time to e.g. filter > FIXUP message out of "git log". > > Internally, a new bol 'none_match' has been introduces as > revs->grep_filter.invert inverts the matc

[PATCH] git-log: added --none-match option

2015-01-03 Thread Christoph Junghans
Implements a inverted match for "git log", like in the case of "git grep -v", which is useful from time to time to e.g. filter FIXUP message out of "git log". Internally, a new bol 'none_match' has been introduces as revs->grep_filter.invert inverts the match line-wise, which cannot work as i.e. e