Added .gitmodules file, and .githooks/ directory as the git hooks directory.
This commit is contained in:
parent
58fb1cf3d3
commit
465c1d121b
6 changed files with 25 additions and 0 deletions
1
.githooks/gitattributesdb
Submodule
1
.githooks/gitattributesdb
Submodule
|
@ -0,0 +1 @@
|
|||
Subproject commit aa17af467452849b2204472c8c16d9d3757824af
|
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##*/}" || exit $?
|
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##*/}" || exit $?
|
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##*/}" || exit $?
|
Loading…
Add table
Add a link
Reference in a new issue