From: Rudolf Polzer Date: Sat, 18 Sep 2010 14:58:48 +0000 (+0200) Subject: fix ./all clean -f -m X-Git-Tag: xonotic-v0.1.0preview~202^2 X-Git-Url: http://git.xonotic.org/?p=xonotic%2Fxonotic.git;a=commitdiff_plain;h=f3b98d2546556f62cab9491a64cc210defd4b4e7 fix ./all clean -f -m --- diff --git a/all b/all index c25f2c77..3eae364d 100755 --- a/all +++ b/all @@ -970,6 +970,7 @@ case "$cmd" in elif $gotomaster; then if $force; then verbose git checkout -f "`repobranch "$d"`" + verbose git reset --hard else verbose git checkout "`repobranch "$d"`" fi