From: Matthieu Moy Date: Mon, 4 Jun 2012 20:17:44 +0000 (+0200) Subject: api-credentials.txt: add "see also" section X-Git-Tag: v1.7.11-rc2~1^2 X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=04ab6ae7765700375e9442347430fc3a6de40f81;p=git.git api-credentials.txt: add "see also" section Signed-off-by: Matthieu Moy Signed-off-by: Junio C Hamano --- diff --git a/Documentation/technical/api-credentials.txt b/Documentation/technical/api-credentials.txt index 9a17054b6..199307ca0 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.*`)