projects
/
git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
object-store: move lookup_replace_object to replace-object.h
[git]
/
notes-merge.c
diff --git
a/notes-merge.c
b/notes-merge.c
index
c09c5e0
..
8e0726a
100644
(file)
--- a/
notes-merge.c
+++ b/
notes-merge.c
@@
-322,7
+322,7
@@
static void write_note_to_worktree(const struct object_id *obj,
{
enum object_type type;
unsigned long size;
- void *buf = read_
sha1_file(note->hash
, &type, &size);
+ void *buf = read_
object_file(note
, &type, &size);
if (!buf)
die("cannot read note %s for object %s",