MCPcopy 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
3448static int save_head(const char *head)
3449{
3450 return write_message(head, strlen(head), git_path_head_file(), 1);
3451}
3452
3453static int rollback_is_safe(void)
3454{

Callers 1

sequencer_pick_revisionsFunction · 0.85

Calls 1

write_messageFunction · 0.85

Tested by

no test coverage detected