From 4a72a20278f366502b02649305c25e98858f4104 Mon Sep 17 00:00:00 2001 From: Junio C Hamano Date: Mon, 24 Jul 2006 08:25:11 +0000 Subject: [PATCH] Autogenerated man pages for v1.4.2-rc1-g0d51 --- man1/git-cvsexportcommit.1 | 6 +++++- man1/git-repo-config.1 | 8 ++++++++ man1/git-tar-tree.1 | 12 ++++++++++++ 3 files changed, 25 insertions(+), 1 deletion(-) diff --git a/man1/git-cvsexportcommit.1 b/man1/git-cvsexportcommit.1 index a560d84a3..e03d9813f 100755 --- a/man1/git-cvsexportcommit.1 +++ b/man1/git-cvsexportcommit.1 @@ -23,7 +23,7 @@ git-cvsexportcommit \- Export a commit to a CVS checkout .SH "SYNOPSIS" -\fIgit\-cvsexportcommit\fR [\-h] [\-v] [\-c] [\-p] [\-f] [\-m msgprefix] [PARENTCOMMIT] COMMITID +\fIgit\-cvsexportcommit\fR [\-h] [\-v] [\-c] [\-p] [\-a] [\-f] [\-m msgprefix] [PARENTCOMMIT] COMMITID .SH "DESCRIPTION" @@ -52,6 +52,10 @@ Commit automatically if the patch applied cleanly\&. It will not commit if any h \-p Be pedantic (paranoid) when applying patches\&. Invokes patch with \-\-fuzz=0 +.TP +\-a +Add authorship information\&. Adds Author line, and Committer (if different from Author) to the message\&. + .TP \-f Force the merge even if the files are not up to date\&. diff --git a/man1/git-repo-config.1 b/man1/git-repo-config.1 index 6216b9d28..64b42388d 100755 --- a/man1/git-repo-config.1 +++ b/man1/git-repo-config.1 @@ -357,6 +357,10 @@ Character encoding the commit messages are stored in; git itself does not care p merge\&.summary Whether to include summaries of merged commits in newly created merge commit messages\&. False by default\&. +.TP +pack\&.window +The size of the window used by \fBgit\-pack\-objects\fR(1) when no window size is given on the command line\&. Defaults to 10\&. + .TP pull\&.octopus The default merge strategy to use when pulling multiple branches at once\&. @@ -373,6 +377,10 @@ The default \fBgit\-diff\-tree\fR(1) arguments to be used for \fBgit\-show\fR(1) showbranch\&.default The default set of branches for \fBgit\-show\-branch\fR(1)\&. See \fBgit\-show\-branch\fR(1)\&. +.TP +tar\&.umask +By default, 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\&. 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 value remains 0, which means world read\-write\&. + .TP user\&.email Your email address to be recorded in any newly created commits\&. Can be overridden by the \fIGIT_AUTHOR_EMAIL\fR and \fIGIT_COMMITTER_EMAIL\fR environment variables\&. See \fBgit\-commit\-tree\fR(1)\&. diff --git a/man1/git-tar-tree.1 b/man1/git-tar-tree.1 index 39230c3ec..f3e00b5f9 100755 --- a/man1/git-tar-tree.1 +++ b/man1/git-tar-tree.1 @@ -47,6 +47,18 @@ Leading path to the files in the resulting tar archive\&. \-\-remote= Instead of making a tar archive from local repository, retrieve a tar archive from a remote repository\&. +.SH "CONFIGURATION" + + +By default, file and directories modes are set to 0666 or 0777\&. It is possible to change this by setting the "umask" variable in the repository configuration as follows : + +.nf +umask = 002 ;# group friendly +.fi + + +The special umask value "user" indicates that the user's current umask will be used instead\&. The default value remains 0, which means world readable/writable files and directories\&. + .SH "EXAMPLES" .TP -- 2.26.2