From: Rudolf Polzer Date: Fri, 2 Apr 2010 18:09:51 +0000 (+0200) Subject: Do not forget the "push" question after the "commit" question ;) X-Git-Tag: xonotic-v0.1.0preview~516 X-Git-Url: http://git.xonotic.org/?p=xonotic%2Fxonotic.git;a=commitdiff_plain;h=a0f692b0ce28c3d7b8a130e99d48d4a09135d208 Do not forget the "push" question after the "commit" question ;) --- diff --git a/all b/all index 76263e20..8b6aa4d8 100755 --- a/all +++ b/all @@ -163,9 +163,9 @@ case "$cmd" in cd "$d0/$d" r=`git symbolic-ref HEAD` r=${r#refs/heads/} - a= if git diff HEAD | grep .; then # we have uncommitted changes + a= while [ x"$a" != x"y" -a x"$a" != x"n" ]; do echo "Uncommitted changes in \"$r\" in \"$d\". Commit?" read -r a @@ -175,6 +175,7 @@ case "$cmd" in fi fi if git log "origin/$r".."$r" | grep .; then + a= while [ x"$a" != x"y" -a x"$a" != x"n" ]; do echo "Push \"$r\" in \"$d\"?" read -r a