./all clean: also back out of merge conflicts

This commit is contained in:
Rudolf Polzer 2010-08-27 09:44:58 +02:00
parent 1ed9707eaf
commit 8fa0fcb4cb

5
all
View File

@ -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
.)