mirror of
https://github.com/matrix-org/gomatrix
synced 2025-06-07 23:34:02 +00:00
Add basic types and pre-commit hooks
This commit is contained in:
parent
9d41f39257
commit
d356e4af9e
3 changed files with 96 additions and 0 deletions
5
hooks/install.sh
Executable file
5
hooks/install.sh
Executable file
|
@ -0,0 +1,5 @@
|
|||
#! /bin/bash
|
||||
|
||||
DOT_GIT="$(dirname $0)/../.git"
|
||||
|
||||
ln -s "../../hooks/pre-commit" "$DOT_GIT/hooks/pre-commit"
|
Loading…
Add table
Add a link
Reference in a new issue