From: Junio C Hamano Date: Fri, 20 Apr 2007 07:20:17 +0000 (+0000) Subject: Autogenerated manpages for v1.5.1.1-190-g74474 X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=17d48d5ffe824f8ff8890c149f9d9515b532444f;p=git.git Autogenerated manpages for v1.5.1.1-190-g74474 --- diff --git a/man1/git-archive.1 b/man1/git-archive.1 index 480ffd191..3c45924f6 100644 --- a/man1/git-archive.1 +++ b/man1/git-archive.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\-ARCHIVE" "1" "04/10/2007" "Git 1.5.1.108.gf8ce1" "Git Manual" +.TH "GIT\-ARCHIVE" "1" "04/20/2007" "Git 1.5.1.1.190.g74474" "Git Manual" .\" disable hyphenation .nh .\" disable justification (adjust text to left margin only) @@ -20,9 +20,12 @@ Creates an archive of the specified format containing the tree structure for the \-\-format= Format of the resulting archive: \fItar\fR, \fIzip\fR\&... The default is \fItar\fR. .TP -\-\-list +\-\-list, \-l Show all available formats. .TP +\-\-verbose, \-v +Report progress to stderr. +.TP \-\-prefix=/ Prepend / to each filename in the archive. .TP diff --git a/man1/git-cherry-pick.1 b/man1/git-cherry-pick.1 index d2bfe2993..f05f5b6b0 100644 --- a/man1/git-cherry-pick.1 +++ b/man1/git-cherry-pick.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\-CHERRY\-PICK" "1" "04/04/2007" "Git 1.5.1.31.ge421f" "Git Manual" +.TH "GIT\-CHERRY\-PICK" "1" "04/20/2007" "Git 1.5.1.1.190.g74474" "Git Manual" .\" disable hyphenation .nh .\" disable justification (adjust text to left margin only) @@ -24,7 +24,7 @@ With this option, git\-cherry\-pick will let you edit the commit message prior c \-x Cause the command to append which commit was cherry\-picked after the original commit message when making a commit. Do not use this option if you are cherry\-picking from your private branch because the information is useless to the recipient. If on the other hand you are cherry\-picking between two publicly visible branches (e.g. backporting a fix to a maintenance branch for an older release from a development branch), adding this information can be useful. .TP -\-r|\-\-replay +\-r It used to be that the command defaulted to do \-x described above, and \-r was to disable it. Now the default is not to do \-x so this option is a no\-op. .TP \-n|\-\-no\-commit diff --git a/man1/git-config.1 b/man1/git-config.1 index fc29bdb6b..74fbdf6c7 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" "04/18/2007" "Git 1.5.1.1.174.gabbf5" "Git Manual" +.TH "GIT\-CONFIG" "1" "04/20/2007" "Git 1.5.1.1.190.g74474" "Git Manual" .\" disable hyphenation .nh .\" disable justification (adjust text to left margin only) @@ -12,16 +12,16 @@ git\-config \- Get and set repository or global options .SH "SYNOPSIS" .sp .nf -\fIgit\-config\fR [\-\-global] [type] name [value [value_regex]] -\fIgit\-config\fR [\-\-global] [type] \-\-add name value -\fIgit\-config\fR [\-\-global] [type] \-\-replace\-all name [value [value_regex]] -\fIgit\-config\fR [\-\-global] [type] \-\-get name [value_regex] -\fIgit\-config\fR [\-\-global] [type] \-\-get\-all name [value_regex] -\fIgit\-config\fR [\-\-global] [type] \-\-unset name [value_regex] -\fIgit\-config\fR [\-\-global] [type] \-\-unset\-all name [value_regex] -\fIgit\-config\fR [\-\-global] [type] \-\-rename\-section old_name new_name -\fIgit\-config\fR [\-\-global] [type] \-\-remove\-section name -\fIgit\-config\fR [\-\-global] \-l | \-\-list +\fIgit\-config\fR [\-\-system | \-\-global] [type] name [value [value_regex]] +\fIgit\-config\fR [\-\-system | \-\-global] [type] \-\-add name value +\fIgit\-config\fR [\-\-system | \-\-global] [type] \-\-replace\-all name [value [value_regex]] +\fIgit\-config\fR [\-\-system | \-\-global] [type] \-\-get name [value_regex] +\fIgit\-config\fR [\-\-system | \-\-global] [type] \-\-get\-all name [value_regex] +\fIgit\-config\fR [\-\-system | \-\-global] [type] \-\-unset name [value_regex] +\fIgit\-config\fR [\-\-system | \-\-global] [type] \-\-unset\-all name [value_regex] +\fIgit\-config\fR [\-\-system | \-\-global] [type] \-\-rename\-section old_name new_name +\fIgit\-config\fR [\-\-system | \-\-global] [type] \-\-remove\-section name +\fIgit\-config\fR [\-\-system | \-\-global] \-l | \-\-list .fi .SH "DESCRIPTION" You can query/set/replace/unset options with this command. The name is actually the section and the key separated by a dot, and the value will be escaped. @@ -72,6 +72,9 @@ Like \-\-get\-all, but interprets the name as a regular expression. \-\-global Use global ~/.gitconfig file rather than the repository .git/config. .TP +\-\-system +Use system\-wide $(prefix)/etc/gitconfig rather than the repository .git/config. +.TP \-\-remove\-section Remove the given section from the configuration file. .TP