Add gitattributesdb hook support.
This commit is contained in:
parent
5adad9a874
commit
8980cdd4be
6 changed files with 148 additions and 0 deletions
1
.githooks/gitattributesdb
Submodule
1
.githooks/gitattributesdb
Submodule
|
|
@ -0,0 +1 @@
|
|||
Subproject commit 70cfe11629875050956df45c03401aca0138ca96
|
||||
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##*/}"
|
||||
4
.githooks/post-merge
Executable file
4
.githooks/post-merge
Executable file
|
|
@ -0,0 +1,4 @@
|
|||
#!/usr/bin/env bash
|
||||
|
||||
# Store/restore the attributes of files:
|
||||
.githooks/gitattributesdb/gitattributesdb "${0##*/}"
|
||||
4
.githooks/pre-commit
Executable file
4
.githooks/pre-commit
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