summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: c2b9ae4)
raw | patch | inline | side by side (parent: c2b9ae4)
author | Junio C Hamano <junkio@cox.net> | |
Wed, 3 May 2006 23:10:45 +0000 (16:10 -0700) | ||
committer | Junio C Hamano <junkio@cox.net> | |
Wed, 3 May 2006 23:10:45 +0000 (16:10 -0700) |
Signed-off-by: Junio C Hamano <junkio@cox.net>
cache-tree.c | patch | blob | history |
diff --git a/cache-tree.c b/cache-tree.c
index e452238ba7db47c08bd732dd425cb3be4c8bd73d..a880c97b38e7d36f2a45a1743e9565cc1e58280d 100644 (file)
--- a/cache-tree.c
+++ b/cache-tree.c
int namelen;
struct cache_tree_sub *down;
+#if DEBUG
+ fprintf(stderr, "cache-tree invalidate <%s>\n", path);
+#endif
+
if (!it)
return;
slash = strchr(path, '/');
offset += 20;
#if DEBUG
- fprintf(stderr, "cache-tree %o %.*s\n",
+ fprintf(stderr, "cache-tree update-one %o %.*s\n",
mode, entlen, path + baselen);
#endif
}
free(buffer);
it->entry_count = i;
#if DEBUG
- fprintf(stderr, "cache-tree (%d ent, %d subtree) %s\n",
+ fprintf(stderr, "cache-tree update-one (%d ent, %d subtree) %s\n",
it->entry_count, it->subtree_nr,
sha1_to_hex(it->sha1));
#endif