./all clean -f

This commit is contained in:
Rudolf Polzer 2010-08-09 14:01:18 +02:00
parent 29bfed504a
commit 816c025b12

7
all
View File

@ -857,8 +857,15 @@ case "$cmd" in
echo "$report" | ssh nexuiz@rm.endoftheinternet.org cat '>>' public_html/xonotic-merge-notes.txt
;;
clean)
force=false
if [ x"$1" = x"-f" ]; then
force=true
fi
for d in $repos; do
enter "$d0/$d" verbose
if $force; then
git checkout-index -fa
fi
case "$d" in
.)
git clean -df