* [PATCH] Documentation: rev-list: fix synopsys for --tags and and --remotes
@ 2010-01-23 7:26 Christian Couder
2010-01-23 20:04 ` Junio C Hamano
0 siblings, 1 reply; 3+ messages in thread
From: Christian Couder @ 2010-01-23 7:26 UTC (permalink / raw)
To: Junio C Hamano; +Cc: git, Ilari Liusvaara, Johannes Sixt
Signed-off-by: Christian Couder <chriscool@tuxfamily.org>
---
Documentation/git-rev-list.txt | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/Documentation/git-rev-list.txt b/Documentation/git-rev-list.txt
index ae17c8a..173f3fc 100644
--- a/Documentation/git-rev-list.txt
+++ b/Documentation/git-rev-list.txt
@@ -22,8 +22,8 @@ SYNOPSIS
[ \--not ]
[ \--all ]
[ \--branches[=pattern] ]
- [ \--tags=[pattern] ]
- [ \--remotes=[pattern] ]
+ [ \--tags[=pattern] ]
+ [ \--remotes[=pattern] ]
[ \--glob=glob-pattern ]
[ \--stdin ]
[ \--quiet ]
--
1.6.6.1.557.g77031
^ permalink raw reply related [flat|nested] 3+ messages in thread
* Re: [PATCH] Documentation: rev-list: fix synopsys for --tags and and --remotes
2010-01-23 7:26 [PATCH] Documentation: rev-list: fix synopsys for --tags and and --remotes Christian Couder
@ 2010-01-23 20:04 ` Junio C Hamano
2010-01-23 20:10 ` Sverre Rabbelier
0 siblings, 1 reply; 3+ messages in thread
From: Junio C Hamano @ 2010-01-23 20:04 UTC (permalink / raw)
To: Christian Couder; +Cc: git, Ilari Liusvaara, Johannes Sixt
I had to stare at lines before and after the change for two minutes to
notice what is being fixed ;-).
Good eyes; thanks.
^ permalink raw reply [flat|nested] 3+ messages in thread
* Re: [PATCH] Documentation: rev-list: fix synopsys for --tags and and --remotes
2010-01-23 20:04 ` Junio C Hamano
@ 2010-01-23 20:10 ` Sverre Rabbelier
0 siblings, 0 replies; 3+ messages in thread
From: Sverre Rabbelier @ 2010-01-23 20:10 UTC (permalink / raw)
To: Junio C Hamano; +Cc: Christian Couder, git, Ilari Liusvaara, Johannes Sixt
Heya,
On Sat, Jan 23, 2010 at 21:04, Junio C Hamano <gitster@pobox.com> wrote:
> I had to stare at lines before and after the change for two minutes to
> notice what is being fixed ;-).
To save others the time: the = signs were moved to inside the brackets
where they belong, since the old documentation says that --tags= is a
valid argument.
--
Cheers,
Sverre Rabbelier
^ permalink raw reply [flat|nested] 3+ messages in thread
end of thread, other threads:[~2010-01-23 20:11 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-01-23 7:26 [PATCH] Documentation: rev-list: fix synopsys for --tags and and --remotes Christian Couder
2010-01-23 20:04 ` Junio C Hamano
2010-01-23 20:10 ` Sverre Rabbelier
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).