Autogenerated manpages for v1.5.1.1-190-g74474
authorJunio C Hamano <junio@hera.kernel.org>
Fri, 20 Apr 2007 07:20:17 +0000 (07:20 +0000)
committerJunio C Hamano <junio@hera.kernel.org>
Fri, 20 Apr 2007 07:20:17 +0000 (07:20 +0000)
man1/git-archive.1
man1/git-cherry-pick.1
man1/git-config.1

index 480ffd1..3c45924 100644 (file)
@@ -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=<fmt>
 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=<prefix>/
 Prepend <prefix>/ to each filename in the archive.
 .TP
index d2bfe29..f05f5b6 100644 (file)
@@ -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
index fc29bdb..74fbdf6 100644 (file)
@@ -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