From 4a68886b4019f3fab3879abb7ef6c8621e419fb3 Mon Sep 17 00:00:00 2001 From: BigBearHub-commits Date: Thu, 25 Sep 2025 03:04:55 +0700 Subject: [PATCH 01/23] Update check-directional-formatting.bash --- ci/check-directional-formatting.bash | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ci/check-directional-formatting.bash b/ci/check-directional-formatting.bash index 3cbbb7030e99c6..d2b5644f93e3b8 100755 --- a/ci/check-directional-formatting.bash +++ b/ci/check-directional-formatting.bash @@ -1,4 +1,4 @@ -#!/usr/bin/env bash +#!/usr/bin/env bash # This script verifies that the non-binary files tracked in the Git index do # not contain any Unicode directional formatting: such formatting could be used From d0dd74437687ea601c7ebe7de937b2dcd24faccf Mon Sep 17 00:00:00 2001 From: BigBearHub-commits Date: Thu, 25 Sep 2025 03:05:19 +0700 Subject: [PATCH 02/23] Update check-unsafe-assertions.sh --- ci/check-unsafe-assertions.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ci/check-unsafe-assertions.sh b/ci/check-unsafe-assertions.sh index 233bd9dfbc41c2..dcb00ee125f8db 100755 --- a/ci/check-unsafe-assertions.sh +++ b/ci/check-unsafe-assertions.sh @@ -1,4 +1,4 @@ -#!/bin/sh +#!/bin/sh make CHECK_ASSERTION_SIDE_EFFECTS=1 >compiler_output 2>compiler_error if test $? != 0 From 8c298b6485d21b6d1218875d31e12d5721a78df5 Mon Sep 17 00:00:00 2001 From: BigBearHub-commits Date: Thu, 25 Sep 2025 03:05:51 +0700 Subject: [PATCH 03/23] Update check-whitespace.sh --- ci/check-whitespace.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ci/check-whitespace.sh b/ci/check-whitespace.sh index c40804394cb079..bc48ca34a88ef9 100755 --- a/ci/check-whitespace.sh +++ b/ci/check-whitespace.sh @@ -1,6 +1,6 @@ -#!/usr/bin/env bash +#!/usr/bin/env bash # -# Check that commits after a specified point do not contain new or modified +# Check that commits after a specified point do not contain new or modified # lines with whitespace errors. An optional formatted summary can be generated # by providing an output file path and url as additional arguments. # From 7182c43f9fa79245fbe00497068d0384cede8f36 Mon Sep 17 00:00:00 2001 From: BigBearHub-commits Date: Thu, 25 Sep 2025 03:06:08 +0700 Subject: [PATCH 04/23] Update install-dependencies.sh --- ci/install-dependencies.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ci/install-dependencies.sh b/ci/install-dependencies.sh index d061a4729339e0..32effbdd2a9412 100755 --- a/ci/install-dependencies.sh +++ b/ci/install-dependencies.sh @@ -1,6 +1,6 @@ #!/bin/sh # -# Install dependencies required to build and test Git on Linux and macOS +# Install dependencies required to build and test Git on Linux and macOS # . ${0%/*}/lib.sh From 2782ee0d635e96bff2f3460a228e3b34238ca6a0 Mon Sep 17 00:00:00 2001 From: BigBearHub-commits Date: Thu, 25 Sep 2025 03:06:24 +0700 Subject: [PATCH 05/23] Update install-sdk.ps1 --- ci/install-sdk.ps1 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ci/install-sdk.ps1 b/ci/install-sdk.ps1 index 66f24838a40ecb..058b6355485dee 100755 --- a/ci/install-sdk.ps1 +++ b/ci/install-sdk.ps1 @@ -1,5 +1,5 @@ param( - [string]$directory='git-sdk', + [string]$directory='git-sdk', [string]$url='https://github.com/git-for-windows/git-sdk-64/releases/download/ci-artifacts/git-sdk-x86_64-minimal.zip' ) From 068b702ea21b239fbd66a4aac5776f5b484be966 Mon Sep 17 00:00:00 2001 From: BigBearHub-commits Date: Thu, 25 Sep 2025 03:06:39 +0700 Subject: [PATCH 06/23] Update lib.sh --- ci/lib.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ci/lib.sh b/ci/lib.sh index f561884d40166c..ffb3e7bde289a6 100755 --- a/ci/lib.sh +++ b/ci/lib.sh @@ -1,7 +1,7 @@ -# Library of functions shared by all CI scripts +# Library of functions shared by all CI scripts if test true = "$GITHUB_ACTIONS" -then +then begin_group () { need_to_end_group=t echo "::group::$1" >&2 From de088271b7f31d56360ae3f94a63324b477881d1 Mon Sep 17 00:00:00 2001 From: BigBearHub-commits Date: Thu, 25 Sep 2025 03:07:30 +0700 Subject: [PATCH 07/23] Update make-test-artifacts.sh --- ci/make-test-artifacts.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ci/make-test-artifacts.sh b/ci/make-test-artifacts.sh index 74141af0cc7462..45041c550e4df8 100755 --- a/ci/make-test-artifacts.sh +++ b/ci/make-test-artifacts.sh @@ -1,5 +1,5 @@ #!/bin/sh -# +# # Build Git and store artifacts for testing # From 9d309a6de2b8184f250d7961fc0fb89710bb2401 Mon Sep 17 00:00:00 2001 From: BigBearHub-commits Date: Thu, 25 Sep 2025 03:07:41 +0700 Subject: [PATCH 08/23] Update mount-fileshare.sh --- ci/mount-fileshare.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ci/mount-fileshare.sh b/ci/mount-fileshare.sh index 26b58a80960f78..ebe51462abc93b 100755 --- a/ci/mount-fileshare.sh +++ b/ci/mount-fileshare.sh @@ -1,7 +1,7 @@ #!/bin/sh die () { - echo "$*" >&2 + echo "$*" >&2 exit 1 } From 2974a78c5a47d1e164c63bb1525520840c992957 Mon Sep 17 00:00:00 2001 From: BigBearHub-commits Date: Thu, 25 Sep 2025 03:07:55 +0700 Subject: [PATCH 09/23] Update make-test-artifacts.sh --- ci/make-test-artifacts.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ci/make-test-artifacts.sh b/ci/make-test-artifacts.sh index 45041c550e4df8..a5c346e002169f 100755 --- a/ci/make-test-artifacts.sh +++ b/ci/make-test-artifacts.sh @@ -1,6 +1,6 @@ #!/bin/sh # -# Build Git and store artifacts for testing +# Build Git and store artifacts for testing # mkdir -p "$1" # in case ci/lib.sh decides to quit early From 86823291dbb336e5bd26938fa5eba5025dfefdf9 Mon Sep 17 00:00:00 2001 From: BigBearHub-commits Date: Thu, 25 Sep 2025 03:08:04 +0700 Subject: [PATCH 10/23] Update mount-fileshare.sh --- ci/mount-fileshare.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ci/mount-fileshare.sh b/ci/mount-fileshare.sh index ebe51462abc93b..c6a4c925a73dd1 100755 --- a/ci/mount-fileshare.sh +++ b/ci/mount-fileshare.sh @@ -1,6 +1,6 @@ #!/bin/sh -die () { +die () { echo "$*" >&2 exit 1 } From dc292b71e0f5eb95c9e12bf6f045d5fed27f9e67 Mon Sep 17 00:00:00 2001 From: BigBearHub-commits Date: Thu, 25 Sep 2025 03:08:31 +0700 Subject: [PATCH 11/23] Update run-build-and-minimal-fuzzers.sh --- ci/run-build-and-minimal-fuzzers.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ci/run-build-and-minimal-fuzzers.sh b/ci/run-build-and-minimal-fuzzers.sh index e7b97952e7d485..6e229f9fc25f67 100755 --- a/ci/run-build-and-minimal-fuzzers.sh +++ b/ci/run-build-and-minimal-fuzzers.sh @@ -1,6 +1,6 @@ -#!/bin/sh +#!/bin/sh # -# Build and test Git's fuzzers +# Build and test Git's fuzzers # . ${0%/*}/lib.sh From 13bf8ef3840fc80e08a1c04c3bf127715d4a3cfd Mon Sep 17 00:00:00 2001 From: BigBearHub-commits Date: Thu, 25 Sep 2025 03:08:44 +0700 Subject: [PATCH 12/23] Update run-build-and-tests.sh --- ci/run-build-and-tests.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ci/run-build-and-tests.sh b/ci/run-build-and-tests.sh index 01823fd0f140bb..f81dd5f4dadfa4 100755 --- a/ci/run-build-and-tests.sh +++ b/ci/run-build-and-tests.sh @@ -1,5 +1,5 @@ #!/bin/sh -# +# # Build and test Git # From b708497a4213b18ecca32e9818b7071766015b0f Mon Sep 17 00:00:00 2001 From: BigBearHub-commits Date: Thu, 25 Sep 2025 03:08:54 +0700 Subject: [PATCH 13/23] Update run-static-analysis.sh --- ci/run-static-analysis.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ci/run-static-analysis.sh b/ci/run-static-analysis.sh index 9e9c72681d5715..0fc86e3ff8c662 100755 --- a/ci/run-static-analysis.sh +++ b/ci/run-static-analysis.sh @@ -1,5 +1,5 @@ #!/bin/sh -# +# # Perform various static code analysis checks # From c4dc79a652e5fec0c058bbc678f65b014bb576d9 Mon Sep 17 00:00:00 2001 From: BigBearHub-commits Date: Thu, 25 Sep 2025 03:09:33 +0700 Subject: [PATCH 14/23] Update run-build-and-tests.sh --- ci/run-build-and-tests.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ci/run-build-and-tests.sh b/ci/run-build-and-tests.sh index f81dd5f4dadfa4..8f6f1f45e6c016 100755 --- a/ci/run-build-and-tests.sh +++ b/ci/run-build-and-tests.sh @@ -1,7 +1,7 @@ #!/bin/sh # # Build and test Git -# +# . ${0%/*}/lib.sh From f1a88e3b25dcb38e6420d0c14ab56480e7365cbb Mon Sep 17 00:00:00 2001 From: BigBearHub-commits Date: Thu, 25 Sep 2025 03:09:41 +0700 Subject: [PATCH 15/23] Update run-static-analysis.sh --- ci/run-static-analysis.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ci/run-static-analysis.sh b/ci/run-static-analysis.sh index 0fc86e3ff8c662..d91623bde56596 100755 --- a/ci/run-static-analysis.sh +++ b/ci/run-static-analysis.sh @@ -2,7 +2,7 @@ # # Perform various static code analysis checks # - + . ${0%/*}/lib.sh make coccicheck From cd46532402cadd5577b778a8afb8ea0ace995efc Mon Sep 17 00:00:00 2001 From: BigBearHub-commits Date: Thu, 25 Sep 2025 03:09:49 +0700 Subject: [PATCH 16/23] Update run-style-check.sh --- ci/run-style-check.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ci/run-style-check.sh b/ci/run-style-check.sh index 0832c19df076f4..b049fdc2bd4dfc 100755 --- a/ci/run-style-check.sh +++ b/ci/run-style-check.sh @@ -1,5 +1,5 @@ #!/bin/sh -# +# # Perform style check # From 2fa069142439a5ae3b13503589e4106effbfe082 Mon Sep 17 00:00:00 2001 From: BigBearHub-commits Date: Thu, 25 Sep 2025 03:09:56 +0700 Subject: [PATCH 17/23] Update run-test-slice.sh --- ci/run-test-slice.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ci/run-test-slice.sh b/ci/run-test-slice.sh index 0444c79c023c82..decd5149a34e35 100755 --- a/ci/run-test-slice.sh +++ b/ci/run-test-slice.sh @@ -2,7 +2,7 @@ # # Test Git in parallel # - + . ${0%/*}/lib.sh group "Run tests" make --quiet -C t T="$(cd t && From 428e5d8a75dc1a39b835497650f1674dd4e75e89 Mon Sep 17 00:00:00 2001 From: BigBearHub-commits Date: Thu, 25 Sep 2025 03:10:10 +0700 Subject: [PATCH 18/23] Update test-documentation.sh --- ci/test-documentation.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ci/test-documentation.sh b/ci/test-documentation.sh index 49f87f50fd7966..e5af793ff697f7 100755 --- a/ci/test-documentation.sh +++ b/ci/test-documentation.sh @@ -1,5 +1,5 @@ #!/usr/bin/env bash -# +# # Perform sanity checks on documentation and build it. # From 2af77a1ad24f0c28ee16a1dec75839fc6416fa33 Mon Sep 17 00:00:00 2001 From: BigBearHub-commits Date: Thu, 25 Sep 2025 03:10:28 +0700 Subject: [PATCH 19/23] Update README --- ci/config/README | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ci/config/README b/ci/config/README index 8de3a04e328eed..93eb98d62bdc01 100644 --- a/ci/config/README +++ b/ci/config/README @@ -1,4 +1,4 @@ -You can configure some aspects of the GitHub Actions-based CI on a +You can configure some aspects of the GitHub Actions-based CI on a per-repository basis by setting "variables" and "secrets" from with the GitHub web interface. These can be found at: From cb596824f905d1d8de12336ac1462d714610b827 Mon Sep 17 00:00:00 2001 From: BigBearHub-commits Date: Thu, 25 Sep 2025 03:11:10 +0700 Subject: [PATCH 20/23] Update sha1.c --- block-sha1/sha1.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/block-sha1/sha1.c b/block-sha1/sha1.c index 80cebd27564f5a..d6f7a6d861b8ff 100644 --- a/block-sha1/sha1.c +++ b/block-sha1/sha1.c @@ -1,4 +1,4 @@ -/* +/* * SHA1 routine optimized to do word accesses rather than byte accesses, * and to avoid unnecessary copies into the context array. * From f9fc45216dbafb449343e062dbe164dae87d3d11 Mon Sep 17 00:00:00 2001 From: BigBearHub-commits Date: Thu, 25 Sep 2025 03:11:34 +0700 Subject: [PATCH 21/23] Update sha1.h --- block-sha1/sha1.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/block-sha1/sha1.h b/block-sha1/sha1.h index 47bb9166368a70..fc83ebec3fa067 100644 --- a/block-sha1/sha1.h +++ b/block-sha1/sha1.h @@ -1,6 +1,6 @@ /* * SHA1 routine optimized to do word accesses rather than byte accesses, - * and to avoid unnecessary copies into the context array. + * and to avoid unnecessary copies into the context array. * * This was initially based on the Mozilla SHA1 implementation, although * none of the original Mozilla code remains. From 1f555626f777464d6474c403b581673bc7529d9a Mon Sep 17 00:00:00 2001 From: BigBearHub-commits Date: Thu, 25 Sep 2025 04:22:54 +0700 Subject: [PATCH 22/23] Update install-sdk.ps1 --- ci/install-sdk.ps1 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ci/install-sdk.ps1 b/ci/install-sdk.ps1 index 058b6355485dee..5c4e5f320945d7 100755 --- a/ci/install-sdk.ps1 +++ b/ci/install-sdk.ps1 @@ -1,4 +1,4 @@ -param( +param( [string]$directory='git-sdk', [string]$url='https://github.com/git-for-windows/git-sdk-64/releases/download/ci-artifacts/git-sdk-x86_64-minimal.zip' ) From 6d0843533eb306ac6dfaaa64076efb262a50321b Mon Sep 17 00:00:00 2001 From: BigBearHub-commits Date: Wed, 1 Oct 2025 23:22:51 +0700 Subject: [PATCH 23/23] Update .cirrus.yml --- .cirrus.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.cirrus.yml b/.cirrus.yml index fef04a38402fee..c63f4d89d8764f 100644 --- a/.cirrus.yml +++ b/.cirrus.yml @@ -1,5 +1,5 @@ env: - CIRRUS_CLONE_DEPTH: 1 + CIRRUS_CLONE_DEPTH: 1 freebsd_task: env: