From f068a54a8dbff0c5a5997fb32a5085bc3e33359b Mon Sep 17 00:00:00 2001 From: ms-lead-reviewer Date: Thu, 23 Jul 2026 11:44:43 -0500 Subject: [PATCH] fix(tools/git): restore executable bit on new per-agent-identity scripts core.filemode=false in this worktree meant the initial commit recorded git-credential-mosaic, test-git-credential-mosaic.sh, and test-gitea-token-identity.sh as 100644. git invokes a path-configured credential.helper directly (exec, not `sh `), so git-credential-mosaic must carry the executable bit; the two test scripts match the 100755 convention already used by the other test-*.sh harnesses in this directory. Co-Authored-By: Claude Opus 4.8 --- packages/mosaic/framework/tools/git/git-credential-mosaic | 0 packages/mosaic/framework/tools/git/test-git-credential-mosaic.sh | 0 packages/mosaic/framework/tools/git/test-gitea-token-identity.sh | 0 3 files changed, 0 insertions(+), 0 deletions(-) mode change 100644 => 100755 packages/mosaic/framework/tools/git/git-credential-mosaic mode change 100644 => 100755 packages/mosaic/framework/tools/git/test-git-credential-mosaic.sh mode change 100644 => 100755 packages/mosaic/framework/tools/git/test-gitea-token-identity.sh diff --git a/packages/mosaic/framework/tools/git/git-credential-mosaic b/packages/mosaic/framework/tools/git/git-credential-mosaic old mode 100644 new mode 100755 diff --git a/packages/mosaic/framework/tools/git/test-git-credential-mosaic.sh b/packages/mosaic/framework/tools/git/test-git-credential-mosaic.sh old mode 100644 new mode 100755 diff --git a/packages/mosaic/framework/tools/git/test-gitea-token-identity.sh b/packages/mosaic/framework/tools/git/test-gitea-token-identity.sh old mode 100644 new mode 100755