From 56625df74c969885c0c735203283bb1ebe1897ec Mon Sep 17 00:00:00 2001 From: David Aguilar Date: Mon, 15 Sep 2014 12:07:39 -0700 Subject: [PATCH] Documentation: a note about stdout for git rev-parse --verify --quiet Signed-off-by: David Aguilar Signed-off-by: Junio C Hamano --- Documentation/git-rev-parse.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/Documentation/git-rev-parse.txt b/Documentation/git-rev-parse.txt index 0b84769bd9..fa4a8c3afc 100644 --- a/Documentation/git-rev-parse.txt +++ b/Documentation/git-rev-parse.txt @@ -114,6 +114,7 @@ can be used. Only meaningful in `--verify` mode. Do not output an error message if the first argument is not a valid object name; instead exit with non-zero status silently. + SHA-1s for valid object names are printed to stdout on success. --sq:: Usually the output is made one line per flag and -- 2.11.4.GIT