From de2b4db7efa593331457b9b01ef10a85c16c7432 Mon Sep 17 00:00:00 2001 From: Darren 'Tadgy' Austin Date: Thu, 14 May 2026 18:25:15 +0100 Subject: [PATCH] Update hook wrapper script's comments. --- .gitattributesdb | 10 ++++++++++ .githooks/post-checkout | 3 ++- .githooks/post-merge | 3 ++- .githooks/pre-commit | 3 ++- 4 files changed, 16 insertions(+), 3 deletions(-) create mode 100644 .gitattributesdb diff --git a/.gitattributesdb b/.gitattributesdb new file mode 100644 index 0000000..77c280d --- /dev/null +++ b/.gitattributesdb @@ -0,0 +1,10 @@ +# This is the gitattributesdb database file. +# Do not manually edit this file - any changes will be overwritten. + +LmdpdGhvb2tz 1778779457.724471475 1778779491.422471447 1001:100 0755 - - +LmdpdGhvb2tzL2dpdGF0dHJpYnV0ZXNkYg== 1778778883.764471947 1778778891.714471940 1001:100 0755 - - +LmdpdGhvb2tzL3Bvc3QtY2hlY2tvdXQ= 1778779436.585471492 1778779497.117471443 1001:100 0755 - - +LmdpdGhvb2tzL3Bvc3QtbWVyZ2U= 1778779447.962471483 1778779497.118471443 1001:100 0755 - - +LmdpdGhvb2tzL3ByZS1jb21taXQ= 1778779457.722471475 1778779497.118471443 1001:100 0755 - - +LmdpdG1vZHVsZXM= 1778778883.772471947 1778778883.776471947 1001:100 0644 - - +UkVBRE1F 1778779360.661471555 1778779364.698471551 1001:100 0644 - - diff --git a/.githooks/post-checkout b/.githooks/post-checkout index 7c64633..6db7cb0 100755 --- a/.githooks/post-checkout +++ b/.githooks/post-checkout @@ -1,3 +1,4 @@ -#!/bin/bash +#!/usr/bin/env bash +# Store/restore the attributes of files: .githooks/gitattributesdb/gitattributesdb "${0##*/}" || exit $? diff --git a/.githooks/post-merge b/.githooks/post-merge index 7c64633..6db7cb0 100755 --- a/.githooks/post-merge +++ b/.githooks/post-merge @@ -1,3 +1,4 @@ -#!/bin/bash +#!/usr/bin/env bash +# Store/restore the attributes of files: .githooks/gitattributesdb/gitattributesdb "${0##*/}" || exit $? diff --git a/.githooks/pre-commit b/.githooks/pre-commit index 7c64633..6db7cb0 100755 --- a/.githooks/pre-commit +++ b/.githooks/pre-commit @@ -1,3 +1,4 @@ -#!/bin/bash +#!/usr/bin/env bash +# Store/restore the attributes of files: .githooks/gitattributesdb/gitattributesdb "${0##*/}" || exit $?