MCPcopy Index your code
hub / github.com/git/git / free_message

Function free_message

sequencer.c:503–509  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

501}
502
503static void free_message(struct commit *commit, struct commit_message *msg)
504{
505 free(msg->parent_label);
506 free(msg->label);
507 free(msg->subject);
508 repo_unuse_commit_buffer(the_repository, commit, msg->message);
509}
510
511const char *rebase_resolvemsg =
512N_("Resolve all conflicts manually, mark them as resolved with\n"

Callers 2

do_pick_commitFunction · 0.85
stopped_at_headFunction · 0.85

Calls 1

repo_unuse_commit_bufferFunction · 0.85

Tested by

no test coverage detected