Andrew's git
/
gitweb.git
/ blobdiff
summary
|
log
|
commit
|
diff
|
tree
commit
grep
author
committer
pickaxe
?
re
Documentation: fix links to tutorials and other new manual pages
[gitweb.git]
/
builtin-log.c
diff --git
a/builtin-log.c
b/builtin-log.c
index 9817d6fbeb69393ed321e71b6211a8630b982fab..9979e37f3823734c66f0b98eebf485a078e576bb 100644
(file)
--- a/
builtin-log.c
+++ b/
builtin-log.c
@@
-360,7
+360,7
@@
int cmd_show(int argc, const char **argv, const char *prefix)
t->tag,
diff_get_color_opt(&rev.diffopt, DIFF_RESET));
ret = show_object(o->sha1, 1, &rev);
- objects[i].item =
(struct object *)t->tagged
;
+ objects[i].item =
parse_object(t->tagged->sha1)
;
i--;
break;
}