Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
unPERLifies a bit the routing: use the object, not its name
[simgrid.git] / tools / git-hooks / clang-format.pre-commit
index 5e19f14..fdedc56 100755 (executable)
@@ -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.