X-Git-Url: http://git.xonotic.org/?p=xonotic%2Fxonotic.git;a=blobdiff_plain;f=all;h=12e4501f82fd92aabf5797b47691342d80b9271b;hp=e4eb461fb810ff5a43a5152c44e27b014935a29f;hb=20c8db330f295eeec19b7fb4a63153618b8213c2;hpb=da36e2366a9336cec50b66bf11aa928d1f4ee226;ds=sidebyside diff --git a/all b/all index e4eb461f..12e4501f 100755 --- a/all +++ b/all @@ -900,8 +900,15 @@ case "$cmd" in killbranches=false # usage: # ./all clean [-m] [-f | -fu] [-r] [-D] + # ./all clean --reclone while :; do - if [ x"$1" = x"-f" ]; then + if [ x"$1" = x"--reclone" ]; then + force=true + gotoupstream=true + gotomaster=true + rmuntracked=true + killbranches=true + elif [ x"$1" = x"-f" ]; then force=true elif [ x"$1" = x"-u" ]; then gotoupstream=true