X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/2a89e843cb00f3b9c6207e2191e2dc6710683c7a..88536238307c7c1572510f70d05d2db62c9598b7:/tools/git-hooks/clang-format.pre-commit diff --git a/tools/git-hooks/clang-format.pre-commit b/tools/git-hooks/clang-format.pre-commit index 5e19f14614..fdedc56c44 100755 --- a/tools/git-hooks/clang-format.pre-commit +++ b/tools/git-hooks/clang-format.pre-commit @@ -53,7 +53,7 @@ if [ -z $GIT_SUBCOMMAND ] ; then fi # remove any older patches from previous commits. Set to true or false. -DELETE_OLD_PATCHES=false +DELETE_OLD_PATCHES=true # only parse files with the extensions in FILE_EXTS. Set to true or false. # if false every changed file in the commit will be parsed with clang-format.