Andrew's git
/
gitweb.git
/ blobdiff
summary
|
log
|
commit
|
diff
|
tree
commit
grep
author
committer
pickaxe
?
re
Merge branch 'pw/rebase-keep-empty-fixes'
[gitweb.git]
/
builtin
/
ls-tree.c
diff --git
a/builtin/ls-tree.c
b/builtin/ls-tree.c
index c98253adbb41737d0ec7c632c17ec5c0efd098ca..d44b4f9c27d31cfa331ccef7ae538d8a6e6c38c6 100644
(file)
--- a/
builtin/ls-tree.c
+++ b/
builtin/ls-tree.c
@@
-94,7
+94,7
@@
static int show_tree(const struct object_id *oid, struct strbuf *base,
char size_text[24];
if (!strcmp(type, blob_type)) {
unsigned long size;
- if (
sha1_object_info(oid->hash
, &size) == OBJ_BAD)
+ if (
oid_object_info(oid
, &size) == OBJ_BAD)
xsnprintf(size_text, sizeof(size_text),
"BAD");
else