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

Function cmd_log_init

builtin/log.c:391–397  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

389}
390
391static void cmd_log_init(int argc, const char **argv, const char *prefix,
392 struct rev_info *rev, struct setup_revision_opt *opt,
393 struct log_config *cfg)
394{
395 cmd_log_init_defaults(rev, cfg);
396 cmd_log_init_finish(argc, argv, prefix, rev, opt, cfg);
397}
398
399static int cmd_log_walk_no_free(struct rev_info *rev)
400{

Callers 3

cmd_whatchangedFunction · 0.85
cmd_showFunction · 0.85
cmd_logFunction · 0.85

Calls 2

cmd_log_init_defaultsFunction · 0.85
cmd_log_init_finishFunction · 0.85

Tested by

no test coverage detected