git.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] Fix synopsis for git-tag
@ 2012-05-04 13:04 Horst H. von Brand
  2012-05-04 13:19 ` Carlos Martín Nieto
  0 siblings, 1 reply; 2+ messages in thread
From: Horst H. von Brand @ 2012-05-04 13:04 UTC (permalink / raw)
  To: git; +Cc: gitster, Horst H. von Brand

From: "Horst H. von Brand" <vonbrand@inf.utfsm.cl>

Signed-off-by: Horst H. von Brand <vonbrand@inf.utfsm.cl>
---
 Documentation/git-tag.txt | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/Documentation/git-tag.txt b/Documentation/git-tag.txt
index e36a7c3..ff7fa28 100644
--- a/Documentation/git-tag.txt
+++ b/Documentation/git-tag.txt
@@ -13,7 +13,7 @@ SYNOPSIS
 	<tagname> [<commit> | <object>]
 'git tag' -d <tagname>...
 'git tag' [-n[<num>]] -l [--contains <commit>] [--points-at <object>]
-	[--column[=<options>] | --no-column] [<pattern>...]
+	[--column[=<options> | --no-column] [<pattern>...]
 	[<pattern>...]
 'git tag' -v <tagname>...
 
-- 
1.7.10.1.456.g16798d0

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

* Re: [PATCH] Fix synopsis for git-tag
  2012-05-04 13:04 [PATCH] Fix synopsis for git-tag Horst H. von Brand
@ 2012-05-04 13:19 ` Carlos Martín Nieto
  0 siblings, 0 replies; 2+ messages in thread
From: Carlos Martín Nieto @ 2012-05-04 13:19 UTC (permalink / raw)
  To: Horst H. von Brand; +Cc: git, gitster

[-- Attachment #1: Type: text/plain, Size: 1014 bytes --]

On Fri, 2012-05-04 at 09:04 -0400, Horst H. von Brand wrote:
> From: "Horst H. von Brand" <vonbrand@inf.utfsm.cl>
> 
> Signed-off-by: Horst H. von Brand <vonbrand@inf.utfsm.cl>
> ---
>  Documentation/git-tag.txt | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
> 
> diff --git a/Documentation/git-tag.txt b/Documentation/git-tag.txt
> index e36a7c3..ff7fa28 100644
> --- a/Documentation/git-tag.txt
> +++ b/Documentation/git-tag.txt
> @@ -13,7 +13,7 @@ SYNOPSIS
>  	<tagname> [<commit> | <object>]
>  'git tag' -d <tagname>...
>  'git tag' [-n[<num>]] -l [--contains <commit>] [--points-at <object>]
> -	[--column[=<options>] | --no-column] [<pattern>...]
> +	[--column[=<options> | --no-column] [<pattern>...]

This removes the closing bracket for --column=[=<options]. Your text
says that --column--no-column is valid and makes the [<pattern...] part
of the continuation of --column.

How is this a fix? Why is this necessary? The subject doesn't explain
any of this.

   cmn


[-- Attachment #2: This is a digitally signed message part --]
[-- Type: application/pgp-signature, Size: 490 bytes --]

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

end of thread, other threads:[~2012-05-04 13:20 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-05-04 13:04 [PATCH] Fix synopsis for git-tag Horst H. von Brand
2012-05-04 13:19 ` Carlos Martín Nieto

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).