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

Function is_rebase_i

sequencer.c:334–337  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

332}
333
334static inline int is_rebase_i(const struct replay_opts *opts)
335{
336 return opts->action == REPLAY_INTERACTIVE_REBASE;
337}
338
339static const char *get_dir(const struct replay_opts *opts)
340{

Callers 15

get_dirFunction · 0.85
get_todo_pathFunction · 0.85
sequencer_remove_stateFunction · 0.85
print_adviceFunction · 0.85
fast_forward_toFunction · 0.85
do_recursive_mergeFunction · 0.85
run_git_commitFunction · 0.85
do_commitFunction · 0.85
do_pick_commitFunction · 0.85
parse_insn_lineFunction · 0.85
read_populate_todoFunction · 0.85
read_populate_optsFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected