Andrew's git
/
gitweb.git
/ blobdiff
summary
|
log
|
commit
|
diff
|
tree
commit
grep
author
committer
pickaxe
?
re
Sync with v2.17-rc1
[gitweb.git]
/
repository.c
diff --git
a/repository.c
b/repository.c
index 04d85a2869212d9b6aed1bb00e6733a68730825e..62f52f47fcaed32c4f14a9f76eb1e66e13d4046a 100644
(file)
--- a/
repository.c
+++ b/
repository.c
@@
-140,8
+140,6
@@
static int repo_init(struct repository *repo,
struct repository_format format;
memset(repo, 0, sizeof(*repo));
- repo->ignore_env = 1;
-
if (repo_init_gitdir(repo, gitdir))
goto error;