git log --quiet bug?
From: Prasad Deshpande <hidden>
Date: 2016-06-15 22:52:27
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