Andrew's git
/
gitweb.git
/ blobdiff
summary
|
log
|
commit
|
diff
|
tree
commit
grep
author
committer
pickaxe
?
re
ls-files: convert show_killed_files to take an index
[gitweb.git]
/
pretty.c
diff --git
a/pretty.c
b/pretty.c
index 587d48371b05e0298e3358fa46bfaa4232ae24f9..09701bd2ffef3eb6d9104916e4119f757c06c244 100644
(file)
--- a/
pretty.c
+++ b/
pretty.c
@@
-1137,7
+1137,7
@@
static size_t format_commit_one(struct strbuf *sb, /* in UTF-8 */
/* these depend on the commit */
if (!commit->object.parsed)
- parse_object(
commit->object.oid.hash
);
+ parse_object(
&commit->object.oid
);
switch (placeholder[0]) {
case 'H': /* commit hash */