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

Function is_from_rebase

wt-status.h:53–56  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

51}
52
53static inline int is_from_rebase(enum commit_whence whence)
54{
55 return whence == FROM_REBASE_PICK;
56}
57
58struct wt_status_change_data {
59 int worktree_status;

Callers 3

prepare_indexFunction · 0.85
cmd_commitFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected