Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
2272
static void add_message_grep(struct rev_info *revs, const char *pattern)
2273
{
2274
add_grep(revs, pattern, GREP_PATTERN_BODY);
2275
}
2276
2277
static int parse_count(const char *arg)
2278
{
Callers
1
handle_revision_opt
Function · 0.85
Calls
1
add_grep
Function · 0.85
Tested by
no test coverage detected