Andrew's git
/
gitweb.git
/ blobdiff
summary
|
log
|
commit
|
diff
|
tree
commit
grep
author
committer
pickaxe
?
re
diff: rename diff_fill_sha1_info to diff_fill_oid_info
[gitweb.git]
/
notes-utils.c
diff --git
a/notes-utils.c
b/notes-utils.c
index 325ff3daa37c5a0ce26c608b2e7bfd8a94b7f396..b2aada90a2eab97aa31b57da356a738636c32b6c 100644
(file)
--- a/
notes-utils.c
+++ b/
notes-utils.c
@@
-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;