From 4bb04f2190d526f8917663f0be62d8026e1ed100 Mon Sep 17 00:00:00 2001 From: Linus Torvalds Date: Mon, 11 Apr 2005 15:47:57 -0700 Subject: Rename ".dircache" directory to ".git" I started out calling the tool "dircache". That's clearly moronic. --- cache.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'cache.h') diff --git a/cache.h b/cache.h index 4b101188d7..07598d469a 100644 --- 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) -- cgit v1.3