mirror of
https://gitlab.com/xonotic/xonotic
synced 2024-12-14 10:55:18 +00:00
./all clean -f
This commit is contained in:
parent
29bfed504a
commit
816c025b12
7
all
7
all
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user