diff options
author | Junio C Hamano <gitster@pobox.com> | 2016-05-04 10:36:24 -0700 |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2016-05-09 15:44:14 -0700 |
commit | 1cca17dfff488760e74e2af4b0f686b20a02e6e1 (patch) | |
tree | 698661824352da8f0ecdee4209206cf4a7ceb9d9 /Documentation/config.txt | |
parent | d92347f59fefb95a2d9240c007a44f408c216fa7 (diff) | |
download | git-1cca17dfff488760e74e2af4b0f686b20a02e6e1.tar.gz |
Documentation: fix linkgit referencesjc/linkgit-fix
There are a handful of incorrect "linkgit:<page>[<section>]"
instances in our documentation set.
* Some have an extra colon after "linkgit:"; fix them by removing
the extra colon;
* Some refer to a page outside the Git suite, namely curl(1); fix
them by using the `curl(1)` that already appears on the same page
for the same purpose of referring the readers to its manual page.
* Some spell the name of the page incorrectly, e.g. "rev-list" when
they mean "git-rev-list"; fix them.
* Some list the manual section incorrectly; fix them to make sure
they match what is at the top of the target of the link.
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Diffstat (limited to 'Documentation/config.txt')
-rw-r--r-- | Documentation/config.txt | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Documentation/config.txt b/Documentation/config.txt index 2cd6bdd7d2..4b57519e42 100644 --- a/Documentation/config.txt +++ b/Documentation/config.txt @@ -1493,7 +1493,7 @@ gui.diffContext:: made by the linkgit:git-gui[1]. The default is "5". gui.displayUntracked:: - Determines if linkgit::git-gui[1] shows untracked files + Determines if linkgit:git-gui[1] shows untracked files in the file list. The default is "true". gui.encoding:: @@ -1658,7 +1658,7 @@ http.cookieFile:: File containing previously stored cookie lines which should be used in the Git http session, if they match the server. The file format of the file to read cookies from should be plain HTTP headers or - the Netscape/Mozilla cookie file format (see linkgit:curl[1]). + the Netscape/Mozilla cookie file format (see `curl(1)`). NOTE that the file specified with http.cookieFile is only used as input unless http.saveCookies is set. |