OSDN Git Service

builtin/fetch cleanup: always set default value for submodule recursing
[git-core/git.git] / notes-utils.c
index 031503d..9ebf841 100644 (file)
@@ -158,7 +158,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;