git.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* git log --quiet bug?
@ 2011-11-08 14:36 Prasad Deshpande
  2011-11-08 21:29 ` Jeff King
  0 siblings, 1 reply; 6+ messages in thread
From: Prasad Deshpande @ 2011-11-08 14:36 UTC (permalink / raw)
  To: git@vger.kernel.org



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

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

end of thread, other threads:[~2011-11-09  0:59 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-11-08 14:36 git log --quiet bug? Prasad Deshpande
2011-11-08 21:29 ` 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

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).