MCPcopy Index your code
hub / github.com/git/git / find_commit_format

Function find_commit_format

pretty.c:182–188  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

180}
181
182static struct cmt_fmt_map *find_commit_format(const char *sought)
183{
184 if (!commit_formats)
185 setup_commit_formats();
186
187 return find_commit_format_recursive(sought, sought, 0);
188}
189
190void get_commit_format(const char *arg, struct rev_info *rev)
191{

Callers 1

get_commit_formatFunction · 0.85

Calls 2

setup_commit_formatsFunction · 0.85

Tested by

no test coverage detected