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

Function init_notes_merge_options

notes-merge.c:31–38  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

29};
30
31void init_notes_merge_options(struct repository *r,
32 struct notes_merge_options *o)
33{
34 memset(o, 0, sizeof(struct notes_merge_options));
35 strbuf_init(&(o->commit_msg), 0);
36 o->verbosity = NOTES_MERGE_VERBOSITY_DEFAULT;
37 o->repo = r;
38}
39
40static int path_to_oid(const char *path, struct object_id *oid)
41{

Callers 1

mergeFunction · 0.85

Calls 1

strbuf_initFunction · 0.85

Tested by

no test coverage detected