From 27fd916063a5cd6f7de90d4b976fc4108ae51a6c Mon Sep 17 00:00:00 2001 From: Rudolf Polzer Date: Sun, 25 Apr 2010 22:22:19 +0200 Subject: [PATCH] don't abort completely if git pull gitake'd --- all | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/all b/all index 9a0a6d0c..e1979356 100755 --- a/all +++ b/all @@ -166,7 +166,8 @@ case "$cmd" in if git config branch.$r.remote >/dev/null 2>&1; then if ! verbose git pull; then check_mergeconflict "$d" - exit 1 # FATAL + echo "Pulling failed. Press ENTER to continue, or Ctrl-C to abort." + read -r DUMMY fi fi -- 2.39.2