summaryrefslogtreecommitdiff
path: root/pkg/git/config.h
diff options
context:
space:
mode:
authorMichael Forney <mforney@mforney.org>2017-10-31 19:58:59 -0700
committerMichael Forney <mforney@mforney.org>2017-10-31 19:58:59 -0700
commit43abf37dfeba40f7b95c65be6bf261f7e447f641 (patch)
treee40ba2a589039ead8d0f372e651eefaf1cc9b958 /pkg/git/config.h
parentdfd83125f3fe0371c5f6da183ec5dcd31dba5303 (diff)
git: Update to 2.15.0
Diffstat (limited to 'pkg/git/config.h')
-rw-r--r--pkg/git/config.h4
1 files changed, 1 insertions, 3 deletions
diff --git a/pkg/git/config.h b/pkg/git/config.h
index d5e07f0a..991c5bcd 100644
--- a/pkg/git/config.h
+++ b/pkg/git/config.h
@@ -9,7 +9,7 @@
#define GIT_LOCALE_PATH "/share/locale"
#define GIT_MAN_PATH "share/man"
#define GIT_USER_AGENT "git/" GIT_VERSION
-#define GIT_VERSION "2.14.3"
+#define GIT_VERSION "2.15.0"
#define PAGER_ENV "LESS=FRX LV=-c"
#define NO_SYS_POLL_H
#define NO_OPENSSL
@@ -19,6 +19,4 @@
#define SHA1DC_NO_STANDARD_INCLUDES
#define SHA1DC_INIT_SAFE_HASH_DEFAULT 0
#define SHA1DC_CUSTOM_INCLUDE_SHA1_C "cache.h"
-#define SHA1DC_CUSTOM_TRAILING_INCLUDE_SHA1_C "sha1dc_git.c"
-#define SHA1DC_CUSTOM_TRAILING_INCLUDE_SHA1_H "sha1dc_git.h"
#define SHA1DC_CUSTOM_INCLUDE_UBC_CHECK_C "git-compat-util.h"