From mboxrd@z Thu Jan 1 00:00:00 1970 From: Miklos Vajna Subject: Re: [PATCH] doc/git-reset: add reference to git-stash Date: Wed, 17 Dec 2008 05:11:59 +0100 Message-ID: <20081217041159.GY5691@genesis.frugalware.org> References: <200812170359.36253.markus.heidelberg@web.de> Mime-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="J/rMgauiyHIRVABE" Cc: gitster@pobox.com, git@vger.kernel.org To: Markus Heidelberg X-From: git-owner@vger.kernel.org Wed Dec 17 05:13:39 2008 Return-path: Envelope-to: gcvg-git-2@gmane.org Received: from vger.kernel.org ([209.132.176.167]) by lo.gmane.org with esmtp (Exim 4.50) id 1LCnmw-0005J6-F5 for gcvg-git-2@gmane.org; Wed, 17 Dec 2008 05:13:34 +0100 Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1750834AbYLQEMJ (ORCPT ); Tue, 16 Dec 2008 23:12:09 -0500 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S1750706AbYLQEMH (ORCPT ); Tue, 16 Dec 2008 23:12:07 -0500 Received: from virgo.iok.hu ([212.40.97.103]:54194 "EHLO virgo.iok.hu" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1750703AbYLQEMG (ORCPT ); Tue, 16 Dec 2008 23:12:06 -0500 Received: from kag.elte.hu (kag.elte.hu [157.181.177.1]) by virgo.iok.hu (Postfix) with ESMTP id C4383580A1; Wed, 17 Dec 2008 05:12:03 +0100 (CET) Received: from genesis.frugalware.org (frugalware.elte.hu [157.181.177.34]) by kag.elte.hu (Postfix) with ESMTP id 9F18D4465E; Wed, 17 Dec 2008 05:11:59 +0100 (CET) Received: by genesis.frugalware.org (Postfix, from userid 1000) id 9666B11B862F; Wed, 17 Dec 2008 05:11:59 +0100 (CET) Content-Disposition: inline In-Reply-To: <200812170359.36253.markus.heidelberg@web.de> User-Agent: Mutt/1.5.18 (2008-05-17) Sender: git-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: git@vger.kernel.org Archived-At: --J/rMgauiyHIRVABE Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Wed, Dec 17, 2008 at 03:59:36AM +0100, Markus Heidelberg wrote: > ++ > +See also linkgit:git-stash[1]. Manpages have a dedicated "SEE-ALSO" section. What about this? (See Documentation/git-commit.txt for an example.) --- Documentation/git-reset.txt | 4 ++++ 1 files changed, 4 insertions(+), 0 deletions(-) diff --git a/Documentation/git-reset.txt b/Documentation/git-reset.txt index 52aab5e..e7ddc43 100644 --- a/Documentation/git-reset.txt +++ b/Documentation/git-reset.txt @@ -195,6 +195,10 @@ $ git add frotz.c <3> <2> This commits all other changes in the index. <3> Adds the file to the index again. =20 +SEE ALSO +-------- +linkgit:git-stash[1] + Author ------ Written by Junio C Hamano and Linus Torvalds --J/rMgauiyHIRVABE Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.9 (GNU/Linux) iEYEARECAAYFAklIfA8ACgkQe81tAgORUJZjGgCeLJepKXrxKca9gYXSxaHiyrzP AnkAoI1lcYVU8piJvwzN8tljYFOo6SyX =jXus -----END PGP SIGNATURE----- --J/rMgauiyHIRVABE--