diff options
author | Jeff King <peff@peff.net> | 2006-08-02 12:32:32 -0400 |
---|---|---|
committer | Junio C Hamano <junkio@cox.net> | 2006-08-02 11:32:04 -0700 |
commit | 7fe08af485a02e28ea11b978e6543fbb78d80943 (patch) | |
tree | 6021c68a161f40d3940e413307d51bb586ee07e4 /Documentation/config.txt | |
parent | ec19a22b74d39da1bf22e10acadc7f712a4976c5 (diff) | |
download | git-7fe08af485a02e28ea11b978e6543fbb78d80943.tar.gz git-7fe08af485a02e28ea11b978e6543fbb78d80943.tar.xz |
Documentation: convert uses of git-link macro to gitlink
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>
Diffstat (limited to 'Documentation/config.txt')
-rw-r--r-- | Documentation/config.txt | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/Documentation/config.txt b/Documentation/config.txt index e669003f7..d89916bea 100644 --- a/Documentation/config.txt +++ b/Documentation/config.txt @@ -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:: |