All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/1] git-show-ref.txt: fix order of flags
@ 2019-01-09 19:58 Elijah Newren via GitGitGadget
  2019-01-09 19:58 ` [PATCH 1/1] " Elijah Newren via GitGitGadget
  0 siblings, 1 reply; 2+ messages in thread
From: Elijah Newren via GitGitGadget @ 2019-01-09 19:58 UTC (permalink / raw)
  To: git; +Cc: Junio C Hamano

A trivial documentation fix...and testing out gitgitgadget. :-)

Elijah Newren (1):
  git-show-ref.txt: fix order of flags

 Documentation/git-show-ref.txt | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)


base-commit: ecbdaf0899161c067986e9d9d564586d4b045d62
Published-As: https://github.com/gitgitgadget/git/releases/tag/pr-106%2Fnewren%2Fshow-ref-docfix-v1
Fetch-It-Via: git fetch https://github.com/gitgitgadget/git pr-106/newren/show-ref-docfix-v1
Pull-Request: https://github.com/gitgitgadget/git/pull/106
-- 
gitgitgadget

^ permalink raw reply	[flat|nested] 2+ messages in thread

* [PATCH 1/1] git-show-ref.txt: fix order of flags
  2019-01-09 19:58 [PATCH 0/1] git-show-ref.txt: fix order of flags Elijah Newren via GitGitGadget
@ 2019-01-09 19:58 ` Elijah Newren via GitGitGadget
  0 siblings, 0 replies; 2+ messages in thread
From: Elijah Newren via GitGitGadget @ 2019-01-09 19:58 UTC (permalink / raw)
  To: git; +Cc: Junio C Hamano, Elijah Newren

From: Elijah Newren <newren@gmail.com>

When the explanatory text uses the term "respectively", the order of
flags is important.

Signed-off-by: Elijah Newren <newren@gmail.com>
---
 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
-- 
gitgitgadget

^ permalink raw reply related	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2019-01-09 19:58 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-01-09 19:58 [PATCH 0/1] git-show-ref.txt: fix order of flags Elijah Newren via GitGitGadget
2019-01-09 19:58 ` [PATCH 1/1] " Elijah Newren via GitGitGadget

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.