From: Junio C Hamano Date: Mon, 5 Mar 2007 02:37:52 +0000 (+0000) Subject: Autogenerated man pages for v1.5.0.3-268-g3dda X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=e6a0b1b41f340846e691fc95c94105acebf6006b;p=git.git Autogenerated man pages for v1.5.0.3-268-g3dda --- diff --git a/man1/git-config.1 b/man1/git-config.1 index dba17d020..6e102edda 100644 --- a/man1/git-config.1 +++ b/man1/git-config.1 @@ -2,7 +2,7 @@ .\" It was generated using the DocBook XSL Stylesheets (version 1.69.1). .\" Instead of manually editing it, you probably should edit the DocBook XML .\" source for it and then use the DocBook XSL Stylesheets to regenerate it. -.TH "GIT\-CONFIG" "1" "03/04/2007" "" "" +.TH "GIT\-CONFIG" "1" "03/05/2007" "" "" .\" disable hyphenation .nh .\" disable justification (adjust text to left margin only) @@ -248,6 +248,9 @@ Note that this list is non\-comprehensive and not necessarily complete. For comm core.fileMode If false, the executable bit differences between the index and the working copy are ignored; useful on broken filesystems like FAT. See \fBgit\-update\-index\fR(1). True by default. .TP +core.symlinks +If false, symbolic links are checked out as small plain files that contain the link text. \fBgit\-update\-index\fR(1) and \fBgit\-add\fR(1) will not change the recorded type to regular file. Useful on filesystems like FAT that do not support symbolic links. True by default. +.TP core.gitProxy A "proxy command" to execute (as \fIcommand host port\fR) instead of establishing direct connection to the remote server when using the git protocol for fetching. If the variable value is in the "COMMAND for DOMAIN" format, the command is applied only on hostnames ending with the specified domain string. This variable may be set multiple times and is matched in the given order; the first match wins. diff --git a/man1/git-fetch-pack.1 b/man1/git-fetch-pack.1 index 241795faa..b447fe437 100644 --- a/man1/git-fetch-pack.1 +++ b/man1/git-fetch-pack.1 @@ -2,7 +2,7 @@ .\" It was generated using the DocBook XSL Stylesheets (version 1.69.1). .\" Instead of manually editing it, you probably should edit the DocBook XML .\" source for it and then use the DocBook XSL Stylesheets to regenerate it. -.TH "GIT\-FETCH\-PACK" "1" "01/25/2007" "" "" +.TH "GIT\-FETCH\-PACK" "1" "03/05/2007" "" "" .\" disable hyphenation .nh .\" disable justification (adjust text to left margin only) @@ -10,7 +10,7 @@ .SH "NAME" git\-fetch\-pack \- Receive missing objects from another repository .SH "SYNOPSIS" -\fIgit\-fetch\-pack\fR [\-\-all] [\-\-quiet|\-q] [\-\-keep|\-k] [\-\-thin] [\-\-upload\-pack=] [\-\-depth=] [\-v] [:] [\&...] +\fIgit\-fetch\-pack\fR [\-\-all] [\-\-quiet|\-q] [\-\-keep|\-k] [\-\-thin] [\-\-upload\-pack=] [\-\-depth=] [\-\-no\-progress] [\-v] [:] [\&...] .SH "DESCRIPTION" Usually you would want to use \fBgit\-fetch\fR(1) which is a higher level wrapper of this command instead. @@ -40,6 +40,9 @@ Same as \-\-upload\-pack=. \-\-depth= Limit fetching to ancestor\-chains not longer than n. .TP +\-\-no\-progress +Do not show the progress. +.TP \\\-v Run verbosely. .TP diff --git a/man1/git-update-index.1 b/man1/git-update-index.1 index 6728a3f6d..3477e146d 100644 --- a/man1/git-update-index.1 +++ b/man1/git-update-index.1 @@ -2,7 +2,7 @@ .\" It was generated using the DocBook XSL Stylesheets (version 1.69.1). .\" Instead of manually editing it, you probably should edit the DocBook XML .\" source for it and then use the DocBook XSL Stylesheets to regenerate it. -.TH "GIT\-UPDATE\-INDEX" "1" "01/29/2007" "" "" +.TH "GIT\-UPDATE\-INDEX" "1" "03/05/2007" "" "" .\" disable hyphenation .nh .\" disable justification (adjust text to left margin only) @@ -197,6 +197,8 @@ M foo.c .SH "CONFIGURATION" The command honors core.filemode configuration variable. If your repository is on an filesystem whose executable bits are unreliable, this should be set to \fIfalse\fR (see \fBgit\-config\fR(1)). This causes the command to ignore differences in file modes recorded in the index and the file mode on the filesystem if they differ only on executable bit. On such an unfortunate filesystem, you may need to use git\-update\-index \-\-chmod=. +Quite similarly, if core.symlinks configuration variable is set to \fIfalse\fR (see \fBgit\-config\fR(1)), symbolic links are checked out as plain files, and this command does not modify a recorded file mode from symbolic link to regular file. + The command looks at core.ignorestat configuration variable. See \fIUsing "assume unchanged" bit\fR section above. .SH "SEE ALSO" \fBgit\-config\fR(1) diff --git a/man1/git-upload-pack.1 b/man1/git-upload-pack.1 index ff0cacd78..c9fe5b542 100644 --- a/man1/git-upload-pack.1 +++ b/man1/git-upload-pack.1 @@ -2,7 +2,7 @@ .\" It was generated using the DocBook XSL Stylesheets (version 1.69.1). .\" Instead of manually editing it, you probably should edit the DocBook XML .\" source for it and then use the DocBook XSL Stylesheets to regenerate it. -.TH "GIT\-UPLOAD\-PACK" "1" "01/19/2007" "" "" +.TH "GIT\-UPLOAD\-PACK" "1" "03/05/2007" "" "" .\" disable hyphenation .nh .\" disable justification (adjust text to left margin only) @@ -10,13 +10,19 @@ .SH "NAME" git\-upload\-pack \- Send objects packed back to git\-fetch\-pack .SH "SYNOPSIS" -\fIgit\-upload\-pack\fR +\fIgit\-upload\-pack\fR [\-\-strict] [\-\-timeout=] .SH "DESCRIPTION" Invoked by \fIgit\-fetch\-pack\fR, learns what objects the other side is missing, and sends them after packing. This command is usually not invoked directly by the end user. The UI for the protocol is on the \fIgit\-fetch\-pack\fR side, and the program pair is meant to be used to pull updates from a remote repository. For push operations, see \fIgit\-send\-pack\fR. .SH "OPTIONS" .TP +\-\-strict +Do not try /.git/ if is no git directory. +.TP +\-\-timeout= +Interrupt transfer after seconds of inactivity. +.TP The repository to sync from. .SH "AUTHOR" diff --git a/man7/git.7 b/man7/git.7 index 340f4ab62..909fef923 100644 --- a/man7/git.7 +++ b/man7/git.7 @@ -2,7 +2,7 @@ .\" It was generated using the DocBook XSL Stylesheets (version 1.69.1). .\" Instead of manually editing it, you probably should edit the DocBook XML .\" source for it and then use the DocBook XSL Stylesheets to regenerate it. -.TH "GIT" "7" "03/03/2007" "" "" +.TH "GIT" "7" "03/05/2007" "" "" .\" disable hyphenation .nh .\" disable justification (adjust text to left margin only)