aboutsummaryrefslogtreecommitdiff
path: root/toolchain_utils_githooks/pre-push
diff options
context:
space:
mode:
Diffstat (limited to 'toolchain_utils_githooks/pre-push')
-rwxr-xr-xtoolchain_utils_githooks/pre-push9
1 files changed, 9 insertions, 0 deletions
diff --git a/toolchain_utils_githooks/pre-push b/toolchain_utils_githooks/pre-push
new file mode 100755
index 00000000..eef8a09a
--- /dev/null
+++ b/toolchain_utils_githooks/pre-push
@@ -0,0 +1,9 @@
+#!/bin/bash
+#
+# Copyright (c) 2016 Google Inc.
+#
+
+# Just execute our custom pre-push script.
+# Do this trick so that this file does not need to be updated each time
+# we modify our pre-push script
+exec ./toolchain_utils_githooks/pre-push.real "$@"