From cc99b1c881a4f77289807de10b3050f21bc0cc81 Mon Sep 17 00:00:00 2001
From: "Simon, Dr. Konrad" \${SOURCE_DIR}/contrib/git-hooks/pre-commit
to
\${SOURCE_DIR}/.git/hooks/pre-commit
and make sure it is
executable.
+
+If the system you are working on has more than one version of
+clang-format
installed (or if it is not in the path)
+you should replace the above make indent
command with
+@code
+ make DEAL_II_CLANG_FORMAT=/path/to/clang-6.0/clang-format indent
+@endcode
+to point to the correct executable.