From 8fa0fcb4cb1e63a3f008ba9024c862716e79beb5 Mon Sep 17 00:00:00 2001 From: Rudolf Polzer Date: Fri, 27 Aug 2010 09:44:58 +0200 Subject: [PATCH] ./all clean: also back out of merge conflicts --- all | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/all b/all index 1296bdae..155cc5e6 100755 --- a/all +++ b/all @@ -904,9 +904,10 @@ case "$cmd" in force=true fi for d in $repos; do - enter "$d0/$d" verbose + verbose cd "$d0/$d" if $force; then - verbose git checkout-index -fa + verbose git reset --hard + #redundant# verbose git checkout-index -fa fi case "$d" in .) -- 2.39.2