.\" 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)
\-\-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
.\" 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)
\-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
.\" 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)
.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.
\-\-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