Andrew's git
/
gitweb.git
/ blobdiff
summary
|
log
|
commit
|
diff
|
tree
commit
grep
author
committer
pickaxe
?
re
builtin-init-db: spell the in-program configuration variable in lowercase.
[gitweb.git]
/
builtin-init-db.c
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
@@
-287,7
+287,7
@@
int cmd_init_db(int argc, const char **argv, char **envp)
safe_create_dir(path, 1);
if (shared_repository)
- git_config_set("core.shared
R
epository", "true");
+ git_config_set("core.shared
r
epository", "true");
return 0;
}