| 2260 | } |
| 2261 | |
| 2262 | static void add_grep(struct rev_info *revs, const char *ptn, enum grep_pat_token what) |
| 2263 | { |
| 2264 | append_grep_pattern(&revs->grep_filter, ptn, "command line", 0, what); |
| 2265 | } |
| 2266 | |
| 2267 | static void add_header_grep(struct rev_info *revs, enum grep_header_field field, const char *pattern) |
| 2268 | { |
no test coverage detected