template-dir/hooks/pre-commit in overcommit-0.34.2 vs template-dir/hooks/pre-commit in overcommit-0.35.0
- old
+ new
@@ -1,8 +1,8 @@
#!/usr/bin/env ruby
# Entrypoint for Overcommit hook integration. Installing Overcommit will result
-# in all of your git hooks being symlinked to this file, allowing the framework
+# in all of your git hooks being copied from this file, allowing the framework
# to manage your hooks for you.
# Prevent a Ruby stack trace from appearing when we interrupt the hook.
# Note that this will be overridden when Overcommit is loaded, since the
# InterruptHandler will redefine the trap at that time.