From 20c8db330f295eeec19b7fb4a63153618b8213c2 Mon Sep 17 00:00:00 2001 From: Rudolf Polzer Date: Sat, 18 Sep 2010 13:09:46 +0200 Subject: [PATCH] ./all clean --reclone --- all | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) 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 -- 2.39.2