Add gitattributesdb hook support.
This commit is contained in:
parent
5adad9a874
commit
8980cdd4be
6 changed files with 148 additions and 0 deletions
4
.githooks/post-checkout
Executable file
4
.githooks/post-checkout
Executable file
|
@ -0,0 +1,4 @@
|
|||
#!/usr/bin/env bash
|
||||
|
||||
# Store/restore the attributes of files:
|
||||
.githooks/gitattributesdb/gitattributesdb "${0##*/}"
|
Loading…
Add table
Add a link
Reference in a new issue