Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.kernel.org/pub/scm/git/git.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorc.shoemaker@cox.net <c.shoemaker@cox.net>2005-10-29 08:17:17 +0400
committerJunio C Hamano <junkio@cox.net>2005-10-29 09:21:27 +0400
commitf9362de96131c323a00ce5e135dd76f7134c7f01 (patch)
treef2f62ce52e9b1c8466f66ac34c7d971103bc9320 /git-push.sh
parentaf13cdf298b927d171a58ec30c885d2a9c9bf727 (diff)
git-push.sh: Retain cuteness, add helpfulness.
Signed-off-by: Chris Shoemaker <c.shoemaker at cox.net> Signed-off-by: Junio C Hamano <junkio@cox.net>
Diffstat (limited to 'git-push.sh')
-rwxr-xr-xgit-push.sh3
1 files changed, 2 insertions, 1 deletions
diff --git a/git-push.sh b/git-push.sh
index 00d715059c..a67f47df8e 100755
--- a/git-push.sh
+++ b/git-push.sh
@@ -28,7 +28,8 @@ do
done
case "$#" in
0)
- die "Where would you want to push today?" ;;
+ echo "Where would you want to push today?"
+ usage ;;
esac
. git-parse-remote