summaryrefslogtreecommitdiff
path: root/Utilities/Git/prepare-commit-msg
diff options
context:
space:
mode:
Diffstat (limited to 'Utilities/Git/prepare-commit-msg')
-rwxr-xr-xUtilities/Git/prepare-commit-msg6
1 files changed, 6 insertions, 0 deletions
diff --git a/Utilities/Git/prepare-commit-msg b/Utilities/Git/prepare-commit-msg
new file mode 100755
index 0000000000..511472e19f
--- /dev/null
+++ b/Utilities/Git/prepare-commit-msg
@@ -0,0 +1,6 @@
+#!/usr/bin/env bash
+# Distributed under the OSI-approved BSD 3-Clause License. See accompanying
+# file Copyright.txt or https://cmake.org/licensing for details.
+
+# This is a placeholder for future prepare-commit-msg hooks.
+exit 0