aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatthieu Moy <Matthieu.Moy@imag.fr>2012-06-04 22:17:44 +0200
committerJunio C Hamano <gitster@pobox.com>2012-06-04 13:49:50 -0700
commit04ab6ae7765700375e9442347430fc3a6de40f81 (patch)
treea4a238304a53189f810d848eef2d35a4535a1115
parent365fc8d56a6fdb5a43c71f1c53cc3a67567bf3a6 (diff)
downloadgit-04ab6ae7765700375e9442347430fc3a6de40f81.tar.gz
git-04ab6ae7765700375e9442347430fc3a6de40f81.tar.xz
api-credentials.txt: add "see also" section
Signed-off-by: Matthieu Moy <Matthieu.Moy@imag.fr> Signed-off-by: Junio C Hamano <gitster@pobox.com>
-rw-r--r--Documentation/technical/api-credentials.txt7
1 files changed, 7 insertions, 0 deletions
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.*`)