commit: 8321983fa25743a601d758dd19ed702f11d9fec7
parent 0e0d9e6bbec4a2ee928b989a00ae82c2c0929cfb
Author: Michael Forney <mforney@mforney.org>
Date: Mon, 28 Apr 2025 23:10:20 -0700
git: Remove redundant defines from config.h
These are now defined in version-def.h.
Diffstat:
1 file changed, 0 insertions(+), 3 deletions(-)
diff --git a/pkg/git/config.h b/pkg/git/config.h
@@ -3,15 +3,12 @@
#define DEFAULT_PAGER ""
#define ETC_GITATTRIBUTES "/etc/gitattributes"
#define ETC_GITCONFIG "/etc/gitconfig"
-#define GIT_BUILT_FROM_COMMIT "bea9ecd24b0c3bf06cab4a851694fe09e7e51408"
#define GIT_EXEC_PATH "libexec/git-core"
#define GIT_HOST_CPU "unknown"
#define GIT_HTML_PATH "share/doc/git-doc"
#define GIT_INFO_PATH "share/info"
#define GIT_LOCALE_PATH "/share/locale"
#define GIT_MAN_PATH "share/man"
-#define GIT_USER_AGENT "git/" GIT_VERSION
-#define GIT_VERSION "2.45.2"
#define HAVE_ALLOCA_H
#define HAVE_PATHS_H
#define HAVE_DEV_TTY