combine-diff: convert find_paths_* to struct object_id
[gitweb.git] / log-tree.c
index a4ec11c2bf62bbda4304d19913f25965247d4027..9c0c64a2d857a07f9fb5abfc5d9833d48b6d7d43 100644 (file)
@@ -655,7 +655,7 @@ void show_log(struct rev_info *opt)
                struct strbuf notebuf = STRBUF_INIT;
 
                raw = (opt->commit_format == CMIT_FMT_USERFORMAT);
-               format_display_notes(commit->object.oid.hash, &notebuf,
+               format_display_notes(&commit->object.oid, &notebuf,
                                     get_log_output_encoding(), raw);
                ctx.notes_message = notebuf.len
                        ? strbuf_detach(&notebuf, NULL)