git.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] git-push.sh: Retain cuteness, add helpfulness.
@ 2005-10-29  4:17 c.shoemaker
  2005-10-29  5:03 ` Chris Shoemaker
  0 siblings, 1 reply; 2+ messages in thread
From: c.shoemaker @ 2005-10-29  4:17 UTC (permalink / raw)


Signed-off-by: Chris Shoemaker <c.shoemaker at cox.net>

---

 git-push.sh |    3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

a20e79837771edccdfae495983a9538a76c6ada8
diff --git a/git-push.sh b/git-push.sh
--- a/git-push.sh
+++ b/git-push.sh
@@ -33,7 +33,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

^ permalink raw reply	[flat|nested] 2+ messages in thread

* Re: [PATCH] git-push.sh: Retain cuteness, add helpfulness.
  2005-10-29  4:17 [PATCH] git-push.sh: Retain cuteness, add helpfulness c.shoemaker
@ 2005-10-29  5:03 ` Chris Shoemaker
  0 siblings, 0 replies; 2+ messages in thread
From: Chris Shoemaker @ 2005-10-29  5:03 UTC (permalink / raw)
  To: git

I'm sorry that the patch-set I just sent didn't contain an ordering.
The order is:

0002-Minor-clarifications-in-diffcore-documentation.txt
0003-Remove-r-from-common-diff-options-documentation-in-one-more-place.txt
0004-update-usage-string-for-git-commit.sh.txt
0005-Add-usage-statement-for-git-reset.sh.txt
0006-Add-usage-statement-to-git-push.sh.txt
0007-Actually-git-reset-arguments-are-mutually-exclusive.txt
0008-git-push.sh-Factor-out-usage-statement-to-function-explain-why-rsync-can-t-push.txt
0009-git-push.sh-Retain-cuteness-add-helpfulness.txt

I tried and failed to get git-send-email to work, so I tried to roll
my own and it didn't work that well.  I'll try harder.

-chris

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2005-10-29  5:03 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2005-10-29  4:17 [PATCH] git-push.sh: Retain cuteness, add helpfulness c.shoemaker
2005-10-29  5:03 ` Chris Shoemaker

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).