Skip to content

v0.10.8 - Automatic assume-unchanged for Tracked Git Hooks

Choose a tag to compare

@rabee-elkholy rabee-elkholy released this 25 Aug 15:10
· 39 commits to main since this release

Git Working Tree Cleanliness: Automatic --assume-unchanged for Tracked Hooks

  • Tracked Hook Isolation (install_tool_adapters.py, setup_wizard.py): When the pre-commit quality gate is installed or updated on repositories that previously had tracked hook files, the kit now automatically executes \git update-index --assume-unchanged .githooks/pre-commit.
  • Zero Dirty Changes: Guarantees that local hook overwrites never show up as uncommitted changes (\M .githooks/pre-commit) in developer Git status or IDE change lists, even if .githooks/\ was committed to the repository history by team members in the past.