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

Function sequencer_init_config

sequencer.c:328–332  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

326}
327
328void sequencer_init_config(struct replay_opts *opts)
329{
330 opts->default_msg_cleanup = COMMIT_MSG_CLEANUP_NONE;
331 repo_config(the_repository, git_sequencer_config, opts);
332}
333
334static inline int is_rebase_i(const struct replay_opts *opts)
335{

Callers 3

get_replay_optsFunction · 0.85
cmd_revertFunction · 0.85
cmd_cherry_pickFunction · 0.85

Calls 1

repo_configFunction · 0.70

Tested by

no test coverage detected