From: Prasad Deshpande <prasadgdeshpande@yahoo.com>
To: "git@vger.kernel.org" <git@vger.kernel.org>
Subject: git log --quiet bug?
Date: Tue, 8 Nov 2011 06:36:18 -0800 (PST) [thread overview]
Message-ID: <1320762978.3614.YahooMailNeo@web84005.mail.mud.yahoo.com> (raw)
Hi,
I am new to the list so please let me know if I need to take this question somewhere else.
I am seeing a bug with git log --quiet. It doesn't seem to be quiet :-). Also I have seen cases where the exit status returned is not correct i.e. its 0 even if there is some output (although I cant seem to reproduce that problem at present).
--------------------------------------------------
[~/Work/ws/tools-common] git --version
git version 1.7.0.4
$ git log origin..HEAD
commit 632ff3eed4004ad76b7cd253643c66ce0f9223f1
Author: XXX
Date: Tue Nov 8 09:30:31 2011 -0500
test
$ git log origin..HEAD --quiet
commit 632ff3eed4004ad76b7cd253643c66ce0f9223f1
Author: XXX
Date: Tue Nov 8 09:30:31 2011 -0500
test
[~/Work/ws/tools-common] echo $?
1
--------------------------------------------------
thanks
-prasad
next reply other threads:[~2011-11-08 14:36 UTC|newest]
Thread overview: 6+ messages / expand[flat|nested] mbox.gz Atom feed top
2011-11-08 14:36 Prasad Deshpande [this message]
2011-11-08 21:29 ` git log --quiet bug? Jeff King
2011-11-08 21:37 ` Junio C Hamano
[not found] ` <1320791465.67359.YahooMailNeo@web84006.mail.mud.yahoo.com>
2011-11-08 23:20 ` Jeff King
2011-11-09 0:04 ` Junio C Hamano
2011-11-09 0:59 ` Jeff King
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=1320762978.3614.YahooMailNeo@web84005.mail.mud.yahoo.com \
--to=prasadgdeshpande@yahoo.com \
--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 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).