Forked from
ParaView / ParaView
Source project has a limited visibility.
-
Marcus D. Hanwell authored
Install a small .git/hooks/pre-commit script in the source tree at CMake configuration time, instead of telling the user to do it. When the user first attempts to commit this bootstrapping hook will trigger and print instructions to install the real hooks. This approach allows us to require local hooks for commit, but not affect builds.
Marcus D. Hanwell authoredInstall a small .git/hooks/pre-commit script in the source tree at CMake configuration time, instead of telling the user to do it. When the user first attempts to commit this bootstrapping hook will trigger and print instructions to install the real hooks. This approach allows us to require local hooks for commit, but not affect builds.