summaryrefslogtreecommitdiff
path: root/pkg/git/config.h
diff options
context:
space:
mode:
authorMichael Forney <mforney@mforney.org>2020-10-19 17:43:14 -0700
committerMichael Forney <mforney@mforney.org>2020-10-19 18:29:34 -0700
commitf0f4b6dc3de71c50b6e06a180e3d95f4111d13f0 (patch)
treec3c28151a5171646eb0357c50d485880e1efe334 /pkg/git/config.h
parent6e75fa7ed5a29422dab43a01cddd86e4b55bebcd (diff)
git: Update to 2.29.0
Installation of links in git-core is now optional via SKIP_DASHED_BUILT_INS, so we choose to skip them as well.
Diffstat (limited to 'pkg/git/config.h')
-rw-r--r--pkg/git/config.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkg/git/config.h b/pkg/git/config.h
index aa51699c..14ff7a2e 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.28.0"
+#define GIT_VERSION "2.29.0"
#define HAVE_ALLOCA_H
#define HAVE_PATHS_H
#define HAVE_DEV_TTY