compat/fopen.c: avoid clobbering the system defined fopen macro
[gitweb.git] / git-filter-branch.sh
index ee906606c410fd1e367007ac1b9a3a90cca52aee..333f6a8f3b783d46a0ce3b2f59bae152936cd11c 100755 (executable)
@@ -281,7 +281,7 @@ while read commit parents; do
                        die "Could not checkout the index"
                # files that $commit removed are now still in the working tree;
                # remove them, else they would be added again
-               git clean -q -f -x
+               git clean -d -q -f -x
                eval "$filter_tree" < /dev/null ||
                        die "tree filter failed: $filter_tree"