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

Function add_message_grep

revision.c:2272–2275  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2270}
2271
2272static void add_message_grep(struct rev_info *revs, const char *pattern)
2273{
2274 add_grep(revs, pattern, GREP_PATTERN_BODY);
2275}
2276
2277static int parse_count(const char *arg)
2278{

Callers 1

handle_revision_optFunction · 0.85

Calls 1

add_grepFunction · 0.85

Tested by

no test coverage detected