6 void commit_notes(struct notes_tree *t, const char *msg);
8 struct notes_rewrite_cfg {
9 struct notes_tree **trees;
12 combine_notes_fn combine;
13 struct string_list *refs;
18 struct notes_rewrite_cfg *init_copy_notes_for_rewrite(const char *cmd);
19 int copy_note_for_rewrite(struct notes_rewrite_cfg *c,
20 const unsigned char *from_obj, const unsigned char *to_obj);
21 void finish_copy_notes_for_rewrite(struct notes_rewrite_cfg *c, const char *msg);