]> asedeno.scripts.mit.edu Git - git.git/commitdiff
Documentation: convert uses of git-link macro to gitlink
authorJeff King <peff@peff.net>
Wed, 2 Aug 2006 16:32:32 +0000 (12:32 -0400)
committerJunio C Hamano <junkio@cox.net>
Wed, 2 Aug 2006 18:32:04 +0000 (11:32 -0700)
There isn't and never was such a macro; all uses are typos.

Signed-off-by: Jeff King <peff@peff.net>
Signed-off-by: Junio C Hamano <junkio@cox.net>
Documentation/config.txt
Documentation/git-cvsimport.txt

index e669003f72de9be376f04847faf2a125c147491e..d89916bea77a0200b5fe45cf2da19c149cc2f05b 100644 (file)
@@ -223,14 +223,14 @@ showbranch.default::
        See gitlink:git-show-branch[1].
 
 tar.umask::
-       By default, git-link:git-tar-tree[1] sets file and directories modes
+       By default, gitlink:git-tar-tree[1] sets file and directories modes
        to 0666 or 0777. While this is both useful and acceptable for projects
        such as the Linux Kernel, it might be excessive for other projects.
        With this variable, it becomes possible to tell
-       git-link:git-tar-tree[1] to apply a specific umask to the modes above.
+       gitlink:git-tar-tree[1] to apply a specific umask to the modes above.
        The special value "user" indicates that the user's current umask will
        be used. This should be enough for most projects, as it will lead to
-       the same permissions as git-link:git-checkout[1] would use. The default
+       the same permissions as gitlink:git-checkout[1] would use. The default
        value remains 0, which means world read-write.
 
 user.email::
index b0c6d7c30323c775f49dc65b3895855eed0f4e19..d21d66bfebe368c034afdabf79e8f143813e619d 100644 (file)
@@ -116,7 +116,7 @@ file each time git-cvsimport is run.
 +
 It is not recommended to use this feature if you intend to
 export changes back to CVS again later with
-git-link[1]::git-cvsexportcommit.
+gitlink:git-cvsexportcommit[1].
 
 OUTPUT
 ------