From mboxrd@z Thu Jan 1 00:00:00 1970 From: Carlos =?ISO-8859-1?Q?Mart=EDn?= Nieto Subject: Re: [PATCH] Fix synopsis for git-tag Date: Fri, 04 May 2012 15:19:45 +0200 Message-ID: <1336137585.3490.32.camel@beez.lab.cmartin.tk> References: <1336136676-16510-1-git-send-email-vonbrand@inf.utfsm.cl> Mime-Version: 1.0 Content-Type: multipart/signed; micalg="pgp-sha1"; protocol="application/pgp-signature"; boundary="=-slrkiWsXx7Z94MLn7ewB" Cc: git@vger.kernel.org, gitster@pobox.com To: "Horst H. von Brand" X-From: git-owner@vger.kernel.org Fri May 04 15:20:15 2012 Return-path: Envelope-to: gcvg-git-2@plane.gmane.org Received: from vger.kernel.org ([209.132.180.67]) by plane.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1SQIQb-00007G-4J for gcvg-git-2@plane.gmane.org; Fri, 04 May 2012 15:20:09 +0200 Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1757015Ab2EDNTs (ORCPT ); Fri, 4 May 2012 09:19:48 -0400 Received: from kimmy.cmartin.tk ([91.121.65.165]:38928 "EHLO kimmy.cmartin.tk" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1756735Ab2EDNTr (ORCPT ); Fri, 4 May 2012 09:19:47 -0400 Received: from [87.77.57.197] (z39c5.pia.fu-berlin.de [87.77.57.197]) by kimmy.cmartin.tk (Postfix) with ESMTPSA id CAC9346057; Fri, 4 May 2012 15:19:40 +0200 (CEST) In-Reply-To: <1336136676-16510-1-git-send-email-vonbrand@inf.utfsm.cl> X-Mailer: Evolution 3.2.2-1 Sender: git-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: git@vger.kernel.org Archived-At: --=-slrkiWsXx7Z94MLn7ewB Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable On Fri, 2012-05-04 at 09:04 -0400, Horst H. von Brand wrote: > From: "Horst H. von Brand" >=20 > Signed-off-by: Horst H. von Brand > --- > Documentation/git-tag.txt | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) >=20 > 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 > [ | ] > 'git tag' -d ... > 'git tag' [-n[]] -l [--contains ] [--points-at ] > - [--column[=3D] | --no-column] [...] > + [--column[=3D | --no-column] [...] This removes the closing bracket for --column=3D[=3D