Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/git/git
/ save_head
Function
save_head
sequencer.c:3448–3451 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
3446
}
3447
3448
static int save_head(const char *head)
3449
{
3450
return write_message(head, strlen(head), git_path_head_file(), 1);
3451
}
3452
3453
static int rollback_is_safe(void)
3454
{
Callers
1
sequencer_pick_revisions
Function · 0.85
Calls
1
write_message
Function · 0.85
Tested by
no test coverage detected