From 83ab4222c49968ff6ffdf35d495c353a2d5852ed Mon Sep 17 00:00:00 2001 From: jwaisner Date: Sun, 23 Nov 2025 16:50:08 -0600 Subject: [PATCH] Add configuration for git 2.52.0 and update build release date --- bin/git2.52.0/bearsampp.conf | 6 ++++++ bin/git2.52.0/repos.dat | 1 + build.properties | 2 +- 3 files changed, 8 insertions(+), 1 deletion(-) create mode 100644 bin/git2.52.0/bearsampp.conf create mode 100644 bin/git2.52.0/repos.dat diff --git a/bin/git2.52.0/bearsampp.conf b/bin/git2.52.0/bearsampp.conf new file mode 100644 index 00000000..c56c70dc --- /dev/null +++ b/bin/git2.52.0/bearsampp.conf @@ -0,0 +1,6 @@ +gitVersion = "2.52.0" +gitExe = "bin/git.exe" +gitBash = "bin/sh.exe" +gitScanStartup = "0" + +bundleRelease = "@RELEASE_VERSION@" diff --git a/bin/git2.52.0/repos.dat b/bin/git2.52.0/repos.dat new file mode 100644 index 00000000..8b137891 --- /dev/null +++ b/bin/git2.52.0/repos.dat @@ -0,0 +1 @@ + diff --git a/build.properties b/build.properties index f956db05..06645eb1 100644 --- a/build.properties +++ b/build.properties @@ -1,4 +1,4 @@ bundle.name = git -bundle.release = 2025.11.1 +bundle.release = 2025.11.23 bundle.type = tools bundle.format = 7z