MCPcopy Create free account
hub / github.com/git/git / add_header_grep

Function add_header_grep

revision.c:2267–2270  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2265}
2266
2267static void add_header_grep(struct rev_info *revs, enum grep_header_field field, const char *pattern)
2268{
2269 append_header_grep_pattern(&revs->grep_filter, field, pattern);
2270}
2271
2272static void add_message_grep(struct rev_info *revs, const char *pattern)
2273{

Callers 1

handle_revision_optFunction · 0.85

Calls 1

Tested by

no test coverage detected