Andrew's git
/
gitweb.git
/ blobdiff
summary
|
log
|
commit
|
diff
|
tree
commit
grep
author
committer
pickaxe
?
re
Merge branch 'rs/strbuf-addftime-zZ'
[gitweb.git]
/
list-objects.c
diff --git
a/list-objects.c
b/list-objects.c
index 721e5fb08b7f9695aeaac33649d3e5d98ddb676d..b3931fa434dc99a481569697585e3bb21190c932 100644
(file)
--- a/
list-objects.c
+++ b/
list-objects.c
@@
-110,7
+110,7
@@
static void process_tree(struct rev_info *revs,
if (S_ISDIR(entry.mode))
process_tree(revs,
- lookup_tree(entry.oid
->hash
),
+ lookup_tree(entry.oid),
show, base, entry.path,
cb_data);
else if (S_ISGITLINK(entry.mode))