summaryrefslogtreecommitdiff
path: root/pkg/git/config.h
diff options
context:
space:
mode:
authorMichael Forney <mforney@mforney.org>2021-06-26 23:58:34 -0700
committerMichael Forney <mforney@mforney.org>2021-06-27 01:51:57 -0700
commit6529d7d216a4a24499bb0c1f0184fe608e724edb (patch)
tree51cd459b62a7b847eab0d4a688e5bc50bf370ff2 /pkg/git/config.h
parent7fac148261b828a15b57ee89ff409671aa47c953 (diff)
git: Update to 2.32.0
Diffstat (limited to 'pkg/git/config.h')
-rw-r--r--pkg/git/config.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/pkg/git/config.h b/pkg/git/config.h
index e949c78f..4088719d 100644
--- a/pkg/git/config.h
+++ b/pkg/git/config.h
@@ -11,7 +11,7 @@
#define GIT_LOCALE_PATH "/share/locale"
#define GIT_MAN_PATH "share/man"
#define GIT_USER_AGENT "git/" GIT_VERSION
-#define GIT_VERSION "2.31.1"
+#define GIT_VERSION "2.32.0"
#define HAVE_ALLOCA_H
#define HAVE_PATHS_H
#define HAVE_DEV_TTY
@@ -21,6 +21,7 @@
#define NO_GETTEXT
#define NO_OPENSSL
#define NO_SYS_POLL_H
+#define SUPPORTS_SIMPLE_IPC
#define PAGER_ENV "LESS=FRX LV=-c"
#define USE_CURL_FOR_IMAP_SEND