summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: 7612a1e)
raw | patch | inline | side by side (parent: 7612a1e)
author | Junio C Hamano <junkio@cox.net> | |
Fri, 9 Jun 2006 22:26:08 +0000 (15:26 -0700) | ||
committer | Junio C Hamano <junkio@cox.net> | |
Fri, 9 Jun 2006 22:26:08 +0000 (15:26 -0700) |
Just for consistency -- setup.c spells it in lowercase.
Signed-off-by: Junio C Hamano <junkio@cox.net>
Signed-off-by: Junio C Hamano <junkio@cox.net>
builtin-init-db.c | patch | blob | history |
diff --git a/builtin-init-db.c b/builtin-init-db.c
index 2a1384ccb0b5a54f94057f9eac58ed449aac2fc5..88b39a47eba51f709895d9460d16eacf6cee152f 100644 (file)
--- a/builtin-init-db.c
+++ b/builtin-init-db.c
safe_create_dir(path, 1);
if (shared_repository)
- git_config_set("core.sharedRepository", "true");
+ git_config_set("core.sharedrepository", "true");
return 0;
}