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

Function revert_or_cherry_pick_usage

builtin/revert.c:43–46  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

41}
42
43static const char * const *revert_or_cherry_pick_usage(struct replay_opts *opts)
44{
45 return opts->action == REPLAY_REVERT ? revert_usage : cherry_pick_usage;
46}
47
48enum empty_action {
49 EMPTY_COMMIT_UNSPECIFIED = -1,

Callers 1

run_sequencerFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected