Autogenerated manpages for v1.5.2-24-g93d4
authorJunio C Hamano <junio@hera.kernel.org>
Mon, 21 May 2007 06:14:30 +0000 (06:14 +0000)
committerJunio C Hamano <junio@hera.kernel.org>
Mon, 21 May 2007 06:14:30 +0000 (06:14 +0000)
man1/git-config.1
man1/git-rev-list.1

index d170b808a681792527fbac325da005ad6301cdf5..a5399bc3cbf77ebbce57f5ed3beea3b143bb63db 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" "05/20/2007" "Git 1.5.2.14.g45bde" "Git Manual"
+.TH "GIT\-CONFIG" "1" "05/21/2007" "Git 1.5.2.24.g93d4" "Git Manual"
 .\" disable hyphenation
 .nh
 .\" disable justification (adjust text to left margin only)
@@ -12,15 +12,15 @@ git\-config \- Get and set repository or global options
 .SH "SYNOPSIS"
 .sp
 .nf
-\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] name [value [value_regex]]
+\fIgit\-config\fR [\-\-system | \-\-global] \-\-add name value
+\fIgit\-config\fR [\-\-system | \-\-global] \-\-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] \-\-unset name [value_regex]
+\fIgit\-config\fR [\-\-system | \-\-global] \-\-unset\-all name [value_regex]
+\fIgit\-config\fR [\-\-system | \-\-global] \-\-rename\-section old_name new_name
+\fIgit\-config\fR [\-\-system | \-\-global] \-\-remove\-section name
 \fIgit\-config\fR [\-\-system | \-\-global] \-l | \-\-list
 .fi
 .SH "DESCRIPTION"
@@ -28,7 +28,7 @@ You can query/set/replace/unset options with this command. The name is actually
 
 Multiple lines can be added to an option by using the \fI\-\-add\fR option. If you want to update or unset an option which can occur on multiple lines, a POSIX regexp value_regex needs to be given. Only the existing values that match the regexp are updated or unset. If you want to handle the lines that do \fBnot\fR match the regex, just prepend a single exclamation mark in front (see EXAMPLES).
 
-The type specifier can be either \fI\-\-int\fR or \fI\-\-bool\fR, which will make \fIgit\-config\fR ensure that the variable(s) are of the given type and convert the value to the canonical form (simple decimal number for int, a "true" or "false" string for bool). If no type specifier is passed, no checks or transformations are performed on the value.
+The type specifier can be either \fI\-\-int\fR or \fI\-\-bool\fR, which will make \fIgit\-config\fR ensure that the variable(s) are of the given type and convert the value to the canonical form (simple decimal number for int, a "true" or "false" string for bool). Type specifiers currently only take effect for reading operations. If no type specifier is passed, no checks or transformations are performed on the value.
 
 This command will fail if:
 .TP 3
index f2d158aaa0b5a94aa0aabf8b74116a3a143c50f9..9002ab5ac39b5dcb56fef06fd8b29ec23a0eb9cb 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\-REV\-LIST" "1" "05/19/2007" "Git 1.5.2.rc3.83.gc906" "Git Manual"
+.TH "GIT\-REV\-LIST" "1" "05/21/2007" "Git 1.5.2.24.g93d4" "Git Manual"
 .\" disable hyphenation
 .nh
 .\" disable justification (adjust text to left margin only)
@@ -28,6 +28,7 @@ git\-rev\-list \- Lists commit objects in reverse chronological order
              [ \-\-cherry\-pick ]
              [ \-\-encoding[=<encoding>] ]
              [ \-\-(author|committer|grep)=<pattern> ]
+             [ \-\-regexp\-ignore\-case ] [ \-\-extended\-regexp ]
              [ \-\-date={local|relative|default} ]
              [ [\-\-objects | \-\-objects\-edge] [ \-\-unpacked ] ]
              [ \-\-pretty | \-\-header ]
@@ -151,6 +152,12 @@ Limit the commits output to ones with author/committer header lines that match t
 \-\-grep=\fIpattern\fR
 Limit the commits output to ones with log message that matches the specified pattern (regular expression).
 .TP
+\-\-regexp\-ignore\-case
+Match the regexp limiting patterns without regard to letters case.
+.TP
+\-\-extended\-regexp
+Consider the limiting patterns to be extended regular expressions instead of the default basic regular expressions.
+.TP
 \-\-remove\-empty
 Stop when a given path disappears from the tree.
 .TP