projects
/
git.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
7612a1e
)
builtin-init-db: spell the in-program configuration variable in lowercase.
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>
builtin-init-db.c
patch
|
blob
|
history
diff --git
a/builtin-init-db.c
b/builtin-init-db.c
index
2a1384c
..
88b39a4
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;
}