commit 30c81cd

hovercats  ·  2025-02-03 01:37:35 +0000 UTC
parent 0bae160
git: for some reason it was set to the wrong tag. it was set to 2.45.1, instead of 2.45.2 which was what it was suppose to be. now in sync with upstream aswell
4 files changed,  +7, -6
+2, -2
 1@@ -3,7 +3,7 @@
 2 #define DEFAULT_PAGER ""
 3 #define ETC_GITATTRIBUTES "/etc/gitattributes"
 4 #define ETC_GITCONFIG "/etc/gitconfig"
 5-#define GIT_BUILT_FROM_COMMIT "2c7b491c1d3107be35c375f59e040b0f13d0cc0c"
 6+#define GIT_BUILT_FROM_COMMIT "bea9ecd24b0c3bf06cab4a851694fe09e7e51408"
 7 #define GIT_EXEC_PATH "libexec/git-core"
 8 #define GIT_HOST_CPU "unknown"
 9 #define GIT_HTML_PATH "share/doc/git-doc"
10@@ -11,7 +11,7 @@
11 #define GIT_LOCALE_PATH "/share/locale"
12 #define GIT_MAN_PATH "share/man"
13 #define GIT_USER_AGENT "git/" GIT_VERSION
14-#define GIT_VERSION "2.45.1"
15+#define GIT_VERSION "2.45.2"
16 #define HAVE_ALLOCA_H
17 #define HAVE_PATHS_H
18 #define HAVE_DEV_TTY
+3, -2
 1@@ -36,7 +36,7 @@ cc('common-main.c')
 2 cc('http.c')
 3 cc('compat/regex/regex.c', nil, {cflags='$cflags -DGAWK -DNO_MBSUPPORT'})
 4 
 5--- src/Makefile:/^REFTABLE_OBJS./+=
 6+-- src/Makefile:/^REFTABLE_OBJS.\+=
 7 lib('libreftable.a', [[
 8 	reftable/(
 9 		basics.c
10@@ -54,7 +54,8 @@ lib('libreftable.a', [[
11 		stack.c
12 		tree.c
13 		writer.c
14-	) ]] )
15+	)
16+]])
17 
18 -- src/Makefile:/^LIB_OBJS.\+=
19 lib('libgit.a', [[
+1, -1
1@@ -1 +1 @@
2-Subproject commit 2c7b491c1d3107be35c375f59e040b0f13d0cc0c
3+Subproject commit bea9ecd24b0c3bf06cab4a851694fe09e7e51408
+1, -1
1@@ -1 +1 @@
2-2.45.2 r0
3+2.45.2 r1