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. --- init-db.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'init-db.c') diff --git a/init-db.c b/init-db.c index bbb3ad98e0..503e7193f3 100644 --- a/init-db.c +++ b/init-db.c @@ -10,8 +10,8 @@ int main(int argc, char **argv) char *sha1_dir = getenv(DB_ENVIRONMENT), *path; int len, i; - if (mkdir(".dircache", 0755) < 0) { - perror("unable to create .dircache"); + if (mkdir(".git", 0755) < 0) { + perror("unable to create .git directory"); exit(1); } -- cgit v1.2.1