From: Junio C Hamano Date: Wed, 2 Aug 2006 21:12:23 +0000 (+0000) Subject: Autogenerated HTML docs for v1.4.2-rc2-g53bb X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=d7e630450ba46f877696b394e693cabcdb61308f;p=git.git Autogenerated HTML docs for v1.4.2-rc2-g53bb --- diff --git a/config.txt b/config.txt index e669003f7..d89916bea 100644 --- a/config.txt +++ b/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:: diff --git a/git-cvsimport.html b/git-cvsimport.html index 27c68a38c..6cb3f1792 100644 --- a/git-cvsimport.html +++ b/git-cvsimport.html @@ -453,7 +453,7 @@ each time the -A option is provided and read from that same 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.

+git-cvsexportcommit(1).

@@ -478,7 +478,7 @@ various participants of the git-list <git@vger.kernel.org>.

diff --git a/git-cvsimport.txt b/git-cvsimport.txt index b0c6d7c30..d21d66bfe 100644 --- a/git-cvsimport.txt +++ b/git-cvsimport.txt @@ -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 ------ diff --git a/git-push.html b/git-push.html index 95ef690ed..5c2e18287 100644 --- a/git-push.html +++ b/git-push.html @@ -272,7 +272,7 @@ git-push(1) Manual Page

SYNOPSIS

-

git-push [--all] [--tags] [--force] <repository> <refspec>…

+

git-push [--all] [--tags] [-f | --force] <repository> <refspec>…

DESCRIPTION

@@ -502,7 +502,7 @@ Pull: refs/heads/<head>:<remote>
diff --git a/git-push.txt b/git-push.txt index 56afd64f4..d4ae99fa5 100644 --- a/git-push.txt +++ b/git-push.txt @@ -8,7 +8,7 @@ git-push - Update remote refs along with associated objects SYNOPSIS -------- -'git-push' [--all] [--tags] [--force] ... +'git-push' [--all] [--tags] [-f | --force] ... DESCRIPTION ----------- diff --git a/git-repo-config.html b/git-repo-config.html index 610a2d1b3..a80c2549a 100644 --- a/git-repo-config.html +++ b/git-repo-config.html @@ -904,14 +904,14 @@ tar.umask

- By default, sets file and directories modes + By default, 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 - to apply a specific umask to the modes above. + 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 would use. The default + the same permissions as git-checkout(1) would use. The default value remains 0, which means world read-write.

@@ -969,7 +969,7 @@ imap