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

2015-01-12 Thread Junio C Hamano
Junio C Hamano gits...@pobox.com writes: Christoph Junghans ott...@gentoo.org 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

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 gits...@pobox.com: Christoph Junghans ott...@gentoo.org 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

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

2015-01-09 Thread Junio C Hamano
Christoph Junghans ott...@gentoo.org 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

[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. empty