Andrew's git
/
gitweb.git
/ blobdiff
summary
|
log
|
commit
|
diff
|
tree
commit
grep
author
committer
pickaxe
?
re
[PATCH] Typofix in git/show-files.
[gitweb.git]
/
init-db.c
diff --git
a/init-db.c
b/init-db.c
index bbb3ad98e0fe5739f8ae8a8d2c10352dc1281461..503e7193f34afd538568a8129a4d488eef9e33a2 100644
(file)
--- 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);
}