summaryrefslogtreecommitdiff
path: root/pkg/git/config.h
diff options
context:
space:
mode:
authorMichael Forney <mforney@mforney.org>2022-09-09 13:49:46 -0700
committerMichael Forney <mforney@mforney.org>2022-09-09 13:49:46 -0700
commitf678b5d3e61eb77f71ccdfdd64ffe3f154cb56ea (patch)
treecaf29237b4728b54b42bb2d89d92c259e2347fc6 /pkg/git/config.h
parent63490ce27818d1b7985d851fb1ee19eaa4d71f37 (diff)
git: Update to 2.37.3
Diffstat (limited to 'pkg/git/config.h')
-rw-r--r--pkg/git/config.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/pkg/git/config.h b/pkg/git/config.h
index fb92292f..051f4bb5 100644
--- a/pkg/git/config.h
+++ b/pkg/git/config.h
@@ -11,12 +11,14 @@
#define GIT_LOCALE_PATH "/share/locale"
#define GIT_MAN_PATH "share/man"
#define GIT_USER_AGENT "git/" GIT_VERSION
-#define GIT_VERSION "2.35.1"
+#define GIT_VERSION "2.37.3"
#define HAVE_ALLOCA_H
#define HAVE_PATHS_H
#define HAVE_DEV_TTY
#define HAVE_CLOCK_GETTIME
#define HAVE_CLOCK_MONOTONIC
+#define HAVE_SYNC_FILE_RANGE
+#define HAVE_GETRANDOM
#define HAVE_GETDELIM
#define NO_GETTEXT
#define NO_OPENSSL