]> git.parisson.com Git - mezzo.git/commitdiff
test without hooks
authorGuillaume Pellerin <guillaume.pellerin@ircam.fr>
Wed, 14 Nov 2018 16:53:26 +0000 (17:53 +0100)
committerGuillaume Pellerin <guillaume.pellerin@ircam.fr>
Wed, 14 Nov 2018 16:53:26 +0000 (17:53 +0100)
hooks.tmp/post_checkout [new file with mode: 0644]
hooks/post_checkout [deleted file]

diff --git a/hooks.tmp/post_checkout b/hooks.tmp/post_checkout
new file mode 100644 (file)
index 0000000..9cc82b0
--- /dev/null
@@ -0,0 +1,3 @@
+#!/bin/bash
+
+./bin/dev/update.sh
\ No newline at end of file
diff --git a/hooks/post_checkout b/hooks/post_checkout
deleted file mode 100644 (file)
index 9cc82b0..0000000
+++ /dev/null
@@ -1,3 +0,0 @@
-#!/bin/bash
-
-./bin/dev/update.sh
\ No newline at end of file