Andrew's git
/
gitweb.git
/ blobdiff
summary
|
log
|
commit
|
diff
|
tree
commit
grep
author
committer
pickaxe
?
re
upload-archive: allow user to turn off filters
[gitweb.git]
/
config.c
diff --git
a/config.c
b/config.c
index a8267e926581378e46b83bd11ab38eac76886430..e0b3b80d92ece9f37e0e76292bd61ce97271fcce 100644
(file)
--- a/
config.c
+++ b/
config.c
@@
-825,11
+825,6
@@
int git_config_system(void)
return !git_env_bool("GIT_CONFIG_NOSYSTEM", 0);
}
-int git_config_global(void)
-{
- return !git_env_bool("GIT_CONFIG_NOGLOBAL", 0);
-}
-
int git_config_early(config_fn_t fn, void *data, const char *repo_config)
{
int ret = 0, found = 0;