aboutsummaryrefslogtreecommitdiff
path: root/desktop/git-hooks/pre-push
diff options
context:
space:
mode:
Diffstat (limited to 'desktop/git-hooks/pre-push')
-rwxr-xr-xdesktop/git-hooks/pre-push4
1 files changed, 4 insertions, 0 deletions
diff --git a/desktop/git-hooks/pre-push b/desktop/git-hooks/pre-push
new file mode 100755
index 00000000..1d8e57f8
--- /dev/null
+++ b/desktop/git-hooks/pre-push
@@ -0,0 +1,4 @@
+#!/bin/bash
+
+# Pre-push hook. If you want to test with a different version of firefox, put
+# the path in the CFX_FIREFOX environment variable.