From mboxrd@z Thu Jan 1 00:00:00 1970 From: Matthieu Moy Subject: [PATCH 4/4 v2] api-credentials.txt: add "see also" section Date: Mon, 4 Jun 2012 22:17:44 +0200 Message-ID: <1338841064-32294-4-git-send-email-Matthieu.Moy@imag.fr> References: <1338739804-32167-1-git-send-email-Matthieu.Moy@imag.fr> <1338841064-32294-1-git-send-email-Matthieu.Moy@imag.fr> Cc: Matthieu Moy To: git@vger.kernel.org, gitster@pobox.com X-From: git-owner@vger.kernel.org Mon Jun 04 22:18:25 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 1SbdjM-0007Dz-2b for gcvg-git-2@plane.gmane.org; Mon, 04 Jun 2012 22:18:24 +0200 Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1757447Ab2FDUSR (ORCPT ); Mon, 4 Jun 2012 16:18:17 -0400 Received: from mx1.imag.fr ([129.88.30.5]:47621 "EHLO shiva.imag.fr" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1757396Ab2FDUSN (ORCPT ); Mon, 4 Jun 2012 16:18:13 -0400 Received: from mail-veri.imag.fr (mail-veri.imag.fr [129.88.43.52]) by shiva.imag.fr (8.13.8/8.13.8) with ESMTP id q54K9awb022906 (version=TLSv1/SSLv3 cipher=AES256-SHA bits=256 verify=NO); Mon, 4 Jun 2012 22:09:36 +0200 Received: from bauges.imag.fr ([129.88.7.32]) by mail-veri.imag.fr with esmtps (TLS1.0:RSA_AES_256_CBC_SHA1:32) (Exim 4.72) (envelope-from ) id 1Sbdj7-0000e8-FP; Mon, 04 Jun 2012 22:18:09 +0200 Received: from moy by bauges.imag.fr with local (Exim 4.72) (envelope-from ) id 1Sbdj7-0008QA-E7; Mon, 04 Jun 2012 22:18:09 +0200 X-Mailer: git-send-email 1.7.11.rc0.57.g84a04c7 In-Reply-To: <1338841064-32294-1-git-send-email-Matthieu.Moy@imag.fr> X-Greylist: Sender IP whitelisted, not delayed by milter-greylist-4.0.1 (shiva.imag.fr [129.88.30.5]); Mon, 04 Jun 2012 22:09:36 +0200 (CEST) X-IMAG-MailScanner-Information: Please contact MI2S MIM for more information X-MailScanner-ID: q54K9awb022906 X-IMAG-MailScanner: Found to be clean X-IMAG-MailScanner-SpamCheck: X-IMAG-MailScanner-From: moy@imag.fr MailScanner-NULL-Check: 1339445377.17417@hKJjEYELbWmwO+k2npNRBg Sender: git-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: git@vger.kernel.org Archived-At: Signed-off-by: Matthieu Moy --- Unmodified since v1. Documentation/technical/api-credentials.txt | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/Documentation/technical/api-credentials.txt b/Documentation/technical/api-credentials.txt index 969a1ff..597521b 100644 --- a/Documentation/technical/api-credentials.txt +++ b/Documentation/technical/api-credentials.txt @@ -289,3 +289,10 @@ request. If a helper receives any other operation, it should silently ignore the request. This leaves room for future operations to be added (older helpers will just ignore the new requests). + +See also +-------- + +linkgit:../gitcredentials[7] + +linkgit:../git-config[5] (See configuration variables `credential.*`) -- 1.7.11.rc0.57.g84a04c7