Andrew's git
/
gitweb.git
/ blobdiff
summary
|
log
|
commit
|
diff
|
tree
commit
grep
author
committer
pickaxe
?
re
Merge branch 'sg/fsck-config-in-doc'
[gitweb.git]
/
builtin
/
prune.c
diff --git
a/builtin/prune.c
b/builtin/prune.c
index 97613eccb54dcba31d9fb35df54673fdf1f57817..2b76872ad2207857077f4ecf285780e94388d00d 100644
(file)
--- a/
builtin/prune.c
+++ b/
builtin/prune.c
@@
-53,7
+53,7
@@
static int is_object_reachable(const struct object_id *oid,
perform_reachability_traversal(revs);
- obj = lookup_object(the_repository, oid
->hash
);
+ obj = lookup_object(the_repository, oid);
return obj && (obj->flags & SEEN);
}