diff options
author | David Aguilar <davvid@gmail.com> | 2014-09-15 12:07:39 -0700 |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2014-09-15 15:34:31 -0700 |
commit | 56625df74c969885c0c735203283bb1ebe1897ec (patch) | |
tree | 5345e89b122015ce5117614f33bf0aaecbf53acb | |
parent | git-svn: delay term initialization (diff) | |
download | tgif-56625df74c969885c0c735203283bb1ebe1897ec.tar.xz |
Documentation: a note about stdout for git rev-parse --verify --quiet
Signed-off-by: David Aguilar <davvid@gmail.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
-rw-r--r-- | Documentation/git-rev-parse.txt | 1 |
1 files changed, 1 insertions, 0 deletions
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 |