Andrew's git
/
gitweb.git
/ blobdiff
summary
|
log
|
commit
|
diff
|
tree
commit
grep
author
committer
pickaxe
?
re
perf/run: add GIT_PERF_DIRS_OR_REVS
[gitweb.git]
/
config.c
diff --git
a/config.c
b/config.c
index 7931182a547b2e1a627c6dc95061e357abe2febd..cd5a69e6308c0cad6028deb04fb17e8d2dc4086c 100644
(file)
--- a/
config.c
+++ b/
config.c
@@
-956,11
+956,6
@@
int git_parse_maybe_bool(const char *value)
return -1;
}
-int git_config_maybe_bool(const char *name, const char *value)
-{
- return git_parse_maybe_bool(value);
-}
-
int git_config_bool_or_int(const char *name, const char *value, int *is_bool)
{
int v = git_parse_maybe_bool_text(value);