Make "rev-tree" able to read its own output again from the cache.
[gitweb.git] / cache.h
diff --git a/cache.h b/cache.h
index 4b101188d7fa074ad0cf5f4ad16eb33a43e87d24..07598d469a15db2c10d36e627c0e77dea065b8ef 100644 (file)
--- a/cache.h
+++ b/cache.h
@@ -64,7 +64,7 @@ struct cache_entry **active_cache;
 unsigned int active_nr, active_alloc;
 
 #define DB_ENVIRONMENT "SHA1_FILE_DIRECTORY"
-#define DEFAULT_DB_ENVIRONMENT ".dircache/objects"
+#define DEFAULT_DB_ENVIRONMENT ".git/objects"
 
 #define cache_entry_size(len) ((offsetof(struct cache_entry,name) + (len) + 8) & ~7)
 #define ce_size(ce) cache_entry_size((ce)->namelen)