Prune change-management.rst and update links.
[alexxy/gromacs.git] / admin / git-pre-commit
index c52d55914837e63b29998f4f7ea81895c729828b..fc6423fd5eab807802c24bceeb5b44d61adb549d 100755 (executable)
@@ -2,7 +2,7 @@
 #
 # This file is part of the GROMACS molecular simulation package.
 #
-# Copyright (c) 2013,2014,2015,2019, by the GROMACS development team, led by
+# Copyright (c) 2013,2014,2015,2019,2020, by the GROMACS development team, led by
 # Mark Abraham, David van der Spoel, Berk Hess, and Erik Lindahl,
 # and including many others, as listed in the AUTHORS file in the
 # top-level source directory and at http://www.gromacs.org.
 # To disable the hook temporarily for a commit, set NO_FORMAT_CHECK environment
 # variable.  For example,
 #   NO_FORMAT_CHECK=1 git commit -a
-# You can also run git commit --no-verify, but that also disables other hooks,
-# such as the Change-Id hook used by Gerrit.
+# You can also run git commit --no-verify, but that also disables other hooks.
 #
-# See docs/dev-manual/uncrustify.rst for more details.
+# See docs/dev-manual/code-formatting.rst for more details.
 
 if [ ! -z "$NO_FORMAT_CHECK" ]
 then