X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/aa3426ffe35e9f09e17b5f09ee1264263b0a61b4..40d409482f943e69b8aa28a5f9ea13363242501c:/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.