From f43b8abc6f051aece327a3779e903106916d6e67 Mon Sep 17 00:00:00 2001 From: Linus Torvalds Date: Mon, 18 Apr 2005 17:35:31 -0700 Subject: Make fsck-cache print the object type for unreachable objects. This got lost when I updated to Daniel's new object model. diff --git a/fsck-cache.c b/fsck-cache.c index edaf9e4..952d413 100644 --- a/fsck-cache.c +++ b/fsck-cache.c @@ -21,7 +21,7 @@ static void check_connectivity(void) struct object *obj = objs[i]; if (show_unreachable && !(obj->flags & REACHABLE)) { - printf("unreachable %s\n", sha1_to_hex(obj->sha1)); + printf("unreachable %s %s\n", obj->type, sha1_to_hex(obj->sha1)); continue; } -- cgit v0.10.2-6-g49f6