From: Jari Aalto <jari.aalto@cante.net>
To: git@vger.kernel.org
Subject: BUG: git remote show origin => error code 1
Date: Sat, 29 Sep 2007 21:13:26 +0300 [thread overview]
Message-ID: <ps01nxvd.fsf@blue.sea.net> (raw)
Consider this:
$ git remote show origin
No such remote origin
$ echo $?
0
Perhaps the code should return non-zero in this case, so that shell
scripts could use construct:
git remote show origin; || <another action>
Jari
--
Welcome to FOSS revolution: we fix and modify until it shines
next reply other threads:[~2007-09-29 18:09 UTC|newest]
Thread overview: 4+ messages / expand[flat|nested] mbox.gz Atom feed top
2007-09-29 18:13 Jari Aalto [this message]
2007-09-29 22:28 ` BUG: git remote show origin => error code 1 Junio C Hamano
2007-09-30 6:18 ` [PATCH] prune, rm, show remote: exit with error code 1 on failure Jari Aalto
2007-09-30 9:54 ` Junio C Hamano
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=ps01nxvd.fsf@blue.sea.net \
--to=jari.aalto@cante.net \
--cc=git@vger.kernel.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.