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

Function is_from_cherry_pick

wt-status.h:47–51  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

45};
46
47static inline int is_from_cherry_pick(enum commit_whence whence)
48{
49 return whence == FROM_CHERRY_PICK_SINGLE ||
50 whence == FROM_CHERRY_PICK_MULTI;
51}
52
53static inline int is_from_rebase(enum commit_whence whence)
54{

Callers 5

prepare_indexFunction · 0.85
prepare_to_commitFunction · 0.85
cmd_commitFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected