aboutsummaryrefslogtreecommitdiff
path: root/config.h
diff options
context:
space:
mode:
authorJunio C Hamano <gitster@pobox.com>2017-09-19 10:47:55 +0900
committerJunio C Hamano <gitster@pobox.com>2017-09-19 10:47:55 +0900
commitc39da2c08ecc7f3186d83c4fc733401ee98df67f (patch)
tree67a532b9f4a891d70b5493df9d6e42d2631aea31 /config.h
parentf2ab3a10b5d857df9367291096b01a7c4bb74e64 (diff)
parentd389028695940f74c62e2d8207432feb96f4262a (diff)
downloadgit-c39da2c08ecc7f3186d83c4fc733401ee98df67f.tar.gz
git-c39da2c08ecc7f3186d83c4fc733401ee98df67f.tar.xz
Merge branch 'ma/remove-config-maybe-bool'
Finishing touches to a recent topic. * ma/remove-config-maybe-bool: config: remove git_config_maybe_bool
Diffstat (limited to 'config.h')
-rw-r--r--config.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/config.h b/config.h
index 97471b887..456b3d134 100644
--- a/config.h
+++ b/config.h
@@ -56,7 +56,6 @@ extern unsigned long git_config_ulong(const char *, const char *);
extern ssize_t git_config_ssize_t(const char *, const char *);
extern int git_config_bool_or_int(const char *, const char *, int *);
extern int git_config_bool(const char *, const char *);
-extern int git_config_maybe_bool(const char *, const char *);
extern int git_config_string(const char **, const char *, const char *);
extern int git_config_pathname(const char **, const char *, const char *);
extern int git_config_set_in_file_gently(const char *, const char *, const char *);