]> git.ipfire.org Git - thirdparty/git.git/blobdiff - notes-utils.c
notes-merge: convert write_note_to_worktree to struct object_id
[thirdparty/git.git] / notes-utils.c
index 325ff3daa37c5a0ce26c608b2e7bfd8a94b7f396..b2aada90a2eab97aa31b57da356a738636c32b6c 100644 (file)
@@ -155,7 +155,7 @@ struct notes_rewrite_cfg *init_copy_notes_for_rewrite(const char *cmd)
 }
 
 int copy_note_for_rewrite(struct notes_rewrite_cfg *c,
-                         const unsigned char *from_obj, const unsigned char *to_obj)
+                         const struct object_id *from_obj, const struct object_id *to_obj)
 {
        int ret = 0;
        int i;