diff: --quiet does not imply --exit-code if --diff-filter is present

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



Hi,

just noticed that quiet does not return exit code when I set
diff-filter.  at the current tip (v1.7.5.3-401-gfb674d7):

  git diff --quiet     --diff-filter=A v1.7.5 v1.7.5.1 -- t  #=> 0
  git diff --exit-code --diff-filter=A v1.7.5 v1.7.5.1 -- t  #=> 1

these two line returns different exit code.

is this a bug or a feature?

Thanks,
-- 
           yashi
--
To unsubscribe from this list: send the line "unsubscribe git" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at  http://vger.kernel.org/majordomo-info.html


[Index of Archives]     [Linux Kernel Development]     [Gcc Help]     [IETF Annouce]     [DCCP]     [Netdev]     [Networking]     [Security]     [V4L]     [Bugtraq]     [Yosemite]     [MIPS Linux]     [ARM Linux]     [Linux Security]     [Linux RAID]     [Linux SCSI]     [Fedora Users]