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
9
.gitattributesdb
Normal file
9
.gitattributesdb
Normal file
|
@ -0,0 +1,9 @@
|
|||
# This is the gitattributesdb database file.
|
||||
# Do not manually edit this file - any changes will be overwritten.
|
||||
|
||||
LmdpdGhvb2tzL2dpdGF0dHJpYnV0ZXNkYg== 1757518619.432797732 1757518618.466836488 tadgy:users 0755 - -
|
||||
LmdpdGhvb2tzL3Bvc3QtY2hlY2tvdXQ= 1757518719.301790744 1757518850.675522371 tadgy:users 0755 - -
|
||||
LmdpdGhvb2tzL3Bvc3QtbWVyZ2U= 1757518766.485897550 1757518850.675522371 tadgy:users 0755 - -
|
||||
LmdpdGhvb2tzL3ByZS1jb21taXQ= 1757518781.005315169 1757518850.675522371 tadgy:users 0755 - -
|
||||
LmdpdG1vZHVsZXM= 1757518619.436797572 1757518619.438797492 tadgy:users 0644 - -
|
||||
UkVBRE1FLm1k 1757518519.971788195 1757518530.954347573 tadgy:users 0644 - -
|
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 $?
|
3
.gitmodules
vendored
Normal file
3
.gitmodules
vendored
Normal file
|
@ -0,0 +1,3 @@
|
|||
[submodule ".githooks/gitattributesdb"]
|
||||
path = .githooks/gitattributesdb
|
||||
url = https://github.com/tadgy/gitattributesdb.git
|
Loading…
Add table
Add a link
Reference in a new issue