Add gitattributesdb hook support.

This commit is contained in:
Darren 'Tadgy' Austin 2024-08-24 21:07:42 +01:00
commit 8980cdd4be
6 changed files with 148 additions and 0 deletions

4
.githooks/post-checkout Executable file
View file

@ -0,0 +1,4 @@
#!/usr/bin/env bash
# Store/restore the attributes of files:
.githooks/gitattributesdb/gitattributesdb "${0##*/}"