Andrew's git
/
gitweb.git
/ blobdiff
summary
|
log
|
commit
|
diff
|
tree
commit
grep
author
committer
pickaxe
?
re
[PATCH] Adjust git-merge-recursive.py for the new tool names.
[gitweb.git]
/
init-db.c
diff --git
a/init-db.c
b/init-db.c
index 50b16b34b0e3a3fe4de29252eb9261055913e262..902bdfaafb53e15382c901936a1ccd2fec90f0f3 100644
(file)
--- a/
init-db.c
+++ b/
init-db.c
@@
-226,7
+226,7
@@
int main(int argc, char **argv)
/*
* Set up the default .git directory contents
*/
- git_dir = g
i
tenv(GIT_DIR_ENVIRONMENT);
+ git_dir = g
e
tenv(GIT_DIR_ENVIRONMENT);
if (!git_dir) {
git_dir = DEFAULT_GIT_DIR_ENVIRONMENT;
fprintf(stderr, "defaulting to local storage area\n");