Initial commit.
This commit is contained in:
commit
91ad697354
6 changed files with 16 additions and 0 deletions
1
.githooks/gitattributesdb
Submodule
1
.githooks/gitattributesdb
Submodule
|
|
@ -0,0 +1 @@
|
|||
Subproject commit 32c31576efc71f7a8d02c78cdf7a9a3eabc75deb
|
||||
3
.githooks/post-checkout
Executable file
3
.githooks/post-checkout
Executable file
|
|
@ -0,0 +1,3 @@
|
|||
#!/bin/bash
|
||||
|
||||
.githooks/gitattributesdb/gitattributesdb "${0##*/}" || exit $?
|
||||
3
.githooks/post-merge
Executable file
3
.githooks/post-merge
Executable file
|
|
@ -0,0 +1,3 @@
|
|||
#!/bin/bash
|
||||
|
||||
.githooks/gitattributesdb/gitattributesdb "${0##*/}" || exit $?
|
||||
3
.githooks/pre-commit
Executable file
3
.githooks/pre-commit
Executable file
|
|
@ -0,0 +1,3 @@
|
|||
#!/bin/bash
|
||||
|
||||
.githooks/gitattributesdb/gitattributesdb "${0##*/}" || exit $?
|
||||
Loading…
Add table
Add a link
Reference in a new issue