From: Michael Tremer Date: Wed, 21 Jan 2009 20:57:53 +0000 (+0100) Subject: Removed that silly question to push after commit. X-Git-Tag: v3.0-alpha1~91 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=befffff35cd4d6be811c24e99b8b64351e851486;p=ipfire-3.x.git Removed that silly question to push after commit. --- diff --git a/tools/make-git b/tools/make-git index 0205eaee1..8253b67f7 100755 --- a/tools/make-git +++ b/tools/make-git @@ -102,17 +102,6 @@ git_commit() { git commit $* [ "$?" -eq "0" ] || exiterror "git commit $* failed." - - echo -e "${BOLD}Do you want to push, too? [y/N]${NORMAL}" - read - [ -z $REPLY ] && return 0 - for i in y Y j J; do - if [ "$i" == "$REPLY" ]; then - git_push - return $? - fi - done - exiterror "\"$REPLY\" is not a valid answer." } git_diff() {