projects
/
git.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
af13cdf
)
git-push.sh: Retain cuteness, add helpfulness.
author
c.shoemaker@cox.net
<c.shoemaker@cox.net>
Sat, 29 Oct 2005 04:17:17 +0000
(
00:17
-0400)
committer
Junio C Hamano
<junkio@cox.net>
Sat, 29 Oct 2005 05:21:27 +0000
(22:21 -0700)
Signed-off-by: Chris Shoemaker <c.shoemaker at cox.net>
Signed-off-by: Junio C Hamano <junkio@cox.net>
git-push.sh
patch
|
blob
|
history
diff --git
a/git-push.sh
b/git-push.sh
index
00d7150
..
a67f47d
100755
(executable)
--- 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