diff options
author | Junio C Hamano <gitster@pobox.com> | 2016-05-17 14:38:31 -0700 |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2016-05-17 14:38:31 -0700 |
commit | 5f232ecfdf2982adf67af5f9b7aaf05da13a155c (patch) | |
tree | 5bb068e85b86af7b955944fc3be14c956000569b /Documentation/technical | |
parent | b7f61426675722b9841a534b8a850ca7fab5aa56 (diff) | |
parent | 1cca17dfff488760e74e2af4b0f686b20a02e6e1 (diff) | |
download | git-5f232ecfdf2982adf67af5f9b7aaf05da13a155c.tar.gz git-5f232ecfdf2982adf67af5f9b7aaf05da13a155c.tar.xz |
Merge branch 'jc/linkgit-fix'
Many 'linkgit:<git documentation page>' references were broken,
which are all fixed with this.
* jc/linkgit-fix:
Documentation: fix linkgit references
Diffstat (limited to 'Documentation/technical')
-rw-r--r-- | Documentation/technical/api-credentials.txt | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Documentation/technical/api-credentials.txt b/Documentation/technical/api-credentials.txt index e44426dd0..75368f26c 100644 --- a/Documentation/technical/api-credentials.txt +++ b/Documentation/technical/api-credentials.txt @@ -243,7 +243,7 @@ appended to its command line, which is one of: The details of the credential will be provided on the helper's stdin stream. The exact format is the same as the input/output format of the `git credential` plumbing command (see the section `INPUT/OUTPUT -FORMAT` in linkgit:git-credential[7] for a detailed specification). +FORMAT` in linkgit:git-credential[1] for a detailed specification). For a `get` operation, the helper should produce a list of attributes on stdout in the same format. A helper is free to produce a subset, or @@ -268,4 +268,4 @@ See also linkgit:gitcredentials[7] -linkgit:git-config[5] (See configuration variables `credential.*`) +linkgit:git-config[1] (See configuration variables `credential.*`) |