From: Silvio Rhatto Date: Sat, 5 Apr 2014 23:39:43 +0000 (-0300) Subject: Adding git-hooks X-Git-Url: https://gitweb.fluxo.info/?a=commitdiff_plain;h=21e89cf280fdf1aa770ca5d2e87f71c3dfc815ac;p=scripts.git Adding git-hooks --- diff --git a/.gitmodules b/.gitmodules index 299dacc..ee58c0d 100644 --- a/.gitmodules +++ b/.gitmodules @@ -1,3 +1,6 @@ [submodule "misc/pulseaudio-mixer-cli"] path = misc/pulseaudio-mixer-cli url = https://github.com/mk-fg/pulseaudio-mixer-cli.git +[submodule "misc/git-hooks"] + path = misc/git-hooks + url = https://github.com/icefox/git-hooks diff --git a/git-hooks b/git-hooks new file mode 120000 index 0000000..cc21c7b --- /dev/null +++ b/git-hooks @@ -0,0 +1 @@ +misc/git-hooks/git-hooks \ No newline at end of file diff --git a/misc/git-hooks b/misc/git-hooks new file mode 160000 index 0000000..feae1e0 --- /dev/null +++ b/misc/git-hooks @@ -0,0 +1 @@ +Subproject commit feae1e052ede35ca02a4643e91d60eb33e876bb2