Skip to content

Commit 339cd1a

Browse files
CorticalCodeclaude
andcommitted
fix: git commit argument order — -m must come before --
git commit -- path -m "msg" treats -m as a pathspec. Corrected to: git commit -m "msg" -- path Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
1 parent 8de067d commit 339cd1a

16 files changed

Lines changed: 32 additions & 32 deletions

build-local.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -326,7 +326,7 @@ function do_promote {
326326
echo " Archiving current ${ARCH_LABEL} proven to LFS..."
327327
mkdir -p "${repo_proven}"
328328
command cp "${proven_dir}"/*.tar.gz "${repo_proven}/"
329-
(cd "${SCRIPT_DIR}" && git add "proven/${ARCH_LABEL}/"*.tar.gz && git diff --cached --quiet || git commit -- "proven/${ARCH_LABEL}/" -m "archive: ${ARCH_LABEL} proven deps before promotion $(date +%Y-%m-%d)")
329+
(cd "${SCRIPT_DIR}" && git add "proven/${ARCH_LABEL}/"*.tar.gz && git diff --cached --quiet || git commit -m "archive: ${ARCH_LABEL} proven deps before promotion $(date +%Y-%m-%d)" -- "proven/${ARCH_LABEL}/")
330330
fi
331331

332332
# Step 2: Build new proven set in temp directory
@@ -355,7 +355,7 @@ function do_promote {
355355
# Step 5: Update LFS with new proven
356356
mkdir -p "${repo_proven}"
357357
command cp "${proven_dir}"/*.tar.gz "${repo_proven}/"
358-
(cd "${SCRIPT_DIR}" && git add "proven/${ARCH_LABEL}/"*.tar.gz && git diff --cached --quiet || git commit -- "proven/${ARCH_LABEL}/" -m "promote: ${ARCH_LABEL} proven deps $(date +%Y-%m-%d)")
358+
(cd "${SCRIPT_DIR}" && git add "proven/${ARCH_LABEL}/"*.tar.gz && git diff --cached --quiet || git commit -m "promote: ${ARCH_LABEL} proven deps $(date +%Y-%m-%d)" -- "proven/${ARCH_LABEL}/")
359359

360360
echo "==> Promotion complete. Proven cache updated."
361361
echo " LFS archive committed. Push when ready."

proven/arm/autoconf-2.69.tar.gz

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
version https://git-lfs.github.com/spec/v1
2-
oid sha256:64047ca8d1259087480fcc078e6ab6407cb8bbf6e9e1647e65f7a50990cf9ae0
3-
size 917471
2+
oid sha256:6ba5a98e31443692ba02cb8e8992c7fe6a1980d4ef7d074f06bf0e13f67a06c8
3+
size 917539

proven/arm/automake-1.16.1.tar.gz

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
version https://git-lfs.github.com/spec/v1
2-
oid sha256:0bdbee9ab8a20309cedfcfb91fe6c1420daf60fc32800b869d9a95d6002c9f6e
3-
size 685624
2+
oid sha256:3570c428e9bbc34b29bc791666eb531c5c137c4d7e80b7aaf8e061fb227e6e5d
3+
size 685671

proven/arm/boost_1_88_0.tar.gz

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
version https://git-lfs.github.com/spec/v1
2-
oid sha256:13301b5e6272cecc10dae54950e1c55680644fbd17e44e548c0581d5a80795b6
3-
size 23220832
2+
oid sha256:627d0752cb775ab8af63ff135d304253fc840c29f75ac6296138ab4a59283550
3+
size 23143346

proven/arm/cmake-3.31.3.tar.gz

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
version https://git-lfs.github.com/spec/v1
2-
oid sha256:b518772e38ba36776040f74b2a6e7a65b6e961c0986c56028ae8d1aceb2ffc2a
3-
size 23503429
2+
oid sha256:f2b335cf8e32f2ade1533c753dd6423eff3aae720a3feb2a1bc7e53e1ca35d4e
3+
size 21491332

proven/arm/cmark-0.30.3.tar.gz

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
version https://git-lfs.github.com/spec/v1
2-
oid sha256:f4d4dc57935f51bbde8da47b4b27743797889bc08d57b1092879c06f9d7e5afb
3-
size 214519
2+
oid sha256:f552c14f2ad2872daed2d59cc461cf6b03760c9052dd9890952b54182f9c7477
3+
size 211379

proven/arm/docbook-xsl.tar.gz

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
version https://git-lfs.github.com/spec/v1
2-
oid sha256:ce61918d8dc30bcef1014ea2943303748bc893aaa71b413955fc678c262e36d9
3-
size 25183598
2+
oid sha256:8c7f4395257376845f3a39756a723911a7049b6879a5b95481a3008ac550e333
3+
size 25183638

proven/arm/flac-1.5.0.tar.gz

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
version https://git-lfs.github.com/spec/v1
2-
oid sha256:2dc29be6a87bc5f6e71eb3afff112f505bede4878b14fa24fba7abc71185c183
3-
size 2176106
2+
oid sha256:b17870737acb7332ec026958d884196cc755b8aeb1e7a8291a5d481cf82ff8b3
3+
size 2085424

proven/arm/gettext-0.23.tar.gz

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
version https://git-lfs.github.com/spec/v1
2-
oid sha256:18fef4e6ef4c360f60558addb38ca029a9dc598aa748bd3adf559c420e9e5a30
3-
size 30973109
2+
oid sha256:fb93dbec3a34fd5ce9c4b1302a8cd103ed2d48bd6105e0b50f0e57011947fbad
3+
size 26236052

proven/arm/gmp-6.3.0.tar.gz

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
version https://git-lfs.github.com/spec/v1
2-
oid sha256:43d0291e9cec8eb7aea6d86a73dacf6f214589fd0fbb8680da231030c628a85d
3-
size 506870
2+
oid sha256:571112fe27a2222322f0f4430adcb5bf5a2c7a5ef6d4d2b0d1d022d26e33b97c
3+
size 487475

0 commit comments

Comments
 (0)