From 4d756eb80aa88e334db91951156783a0b0562383 Mon Sep 17 00:00:00 2001 From: Cris Barreiro Date: Tue, 9 Apr 2024 13:11:19 +0200 Subject: [PATCH] Make pre-commit hook executable using update-index (#4378) Task/Issue URL: https://app.asana.com/0/1205008441501016/1206969865025487/f ### Description Make pre-commit hook executable using update-index, so executable flag won't be lost when checking out the file ### Steps to test this PR _Feature 1_ - [ ] Check .githooks/pre-commit has executable flag set for user, group and others ### UI changes No UI changes --- .githooks/pre-commit | 0 1 file changed, 0 insertions(+), 0 deletions(-) mode change 100644 => 100755 .githooks/pre-commit diff --git a/.githooks/pre-commit b/.githooks/pre-commit old mode 100644 new mode 100755