Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
53
static inline int is_from_rebase(enum commit_whence whence)
54
{
55
return whence == FROM_REBASE_PICK;
56
}
57
58
struct wt_status_change_data {
59
int worktree_status;
Callers
3
prepare_index
Function · 0.85
parse_and_validate_options
Function · 0.85
cmd_commit
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected