X-Git-Url: https://git.xonotic.org/?p=xonotic%2Fxonotic.git;a=blobdiff_plain;f=all;h=263d7d77ca5c4e5a8e55d48514a4fb3cc9d04131;hp=26a302776e26e28588f4762ca315e83030ff93f2;hb=5cad1221bc09e1746b1b4a7c7d5588234e2b4535;hpb=d76f3ba20d8487be18eea70e3c67669542fa41ac diff --git a/all b/all index 26a30277..263d7d77 100755 --- a/all +++ b/all @@ -1138,7 +1138,7 @@ case "$cmd" in # apply crlf, or other cleanup filters (non-behavioural changes) git reset --hard find . -type f -exec touch {} \; - git commit -a --amend -c HEAD + git commit -a --amend -C HEAD || true # don't fail if nothing to commit echo "MERGING" case ",`repoflags "$d"`," in @@ -1221,8 +1221,21 @@ case "$cmd" in rmuntracked=true elif [ x"$X" = x"-D" ]; then killbranches=true + elif echo "$X" | grep '^-FFFF*UUUU*$' >/dev/null; then + msg '' + msg ' _____' + msg ' ,--'\''-\\P/`\\ FFFFFFF' + msg ' __/_ B/,-.\\ FFFFFFF' + msg ' / _\\ (// O\\\\ FFFFFF' + msg '| (O `) _\\._ _)\\ FFFUU' + msg '| |___/.^d0~~"\\ \\ UUUU' + msg '| |`~'\'' \\ | UUUU' + msg '| | __,C>|| UUUU' + msg '\\ /_ ,-/,-'\'' | UUUU' + msg ' \\\\_ \\_>~'\'' / UUUU-' + msg '' else - break + msg "Unknown arg: $X" fi found=true shift @@ -1531,7 +1544,7 @@ case "$cmd" in # texture: convert to jpeg and dds verbose export do_jpeg=true verbose export jpeg_qual_rgb=95 - verbose export jpeg_qual_a=99 + verbose export jpeg_qual_a=100 verbose export do_dds=true verbose export dds_flags= verbose export do_ogg=false