From bd8d6f0def9d88e17592f38b9b6d1aa712310789 Mon Sep 17 00:00:00 2001 From: Elijah Newren Date: Wed, 9 Jan 2019 11:58:47 -0800 Subject: [PATCH] git-show-ref.txt: fix order of flags When the explanatory text uses the term "respectively", the order of flags is important. Signed-off-by: Elijah Newren Signed-off-by: Junio C Hamano --- Documentation/git-show-ref.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Documentation/git-show-ref.txt b/Documentation/git-show-ref.txt index d28e6154c6..ab4d271925 100644 --- a/Documentation/git-show-ref.txt +++ b/Documentation/git-show-ref.txt @@ -37,8 +37,8 @@ OPTIONS Show the HEAD reference, even if it would normally be filtered out. ---tags:: --heads:: +--tags:: Limit to "refs/heads" and "refs/tags", respectively. These options are not mutually exclusive; when given both, references stored in -- 2.11.4.GIT