diff options
| author | Michael Forney <mforney@mforney.org> | 2025-04-28 23:10:20 -0700 |
|---|---|---|
| committer | Michael Forney <mforney@mforney.org> | 2025-04-29 00:39:22 -0700 |
| commit | 8321983fa25743a601d758dd19ed702f11d9fec7 (patch) | |
| tree | be7d0587cdde7aeaff7a2a59fc6b49b881b8e6d5 /pkg/git | |
| parent | 0e0d9e6bbec4a2ee928b989a00ae82c2c0929cfb (diff) | |
git: Remove redundant defines from config.h
These are now defined in version-def.h.
Diffstat (limited to 'pkg/git')
| -rw-r--r-- | pkg/git/config.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/pkg/git/config.h b/pkg/git/config.h index 86c5e50f..6ad0281d 100644 --- 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 |
