Autogenerated man pages for v1.3.2-gfd60a
authorJunio C Hamano <junio@hera.kernel.org>
Sun, 7 May 2006 23:36:24 +0000 (23:36 +0000)
committerJunio C Hamano <junio@hera.kernel.org>
Sun, 7 May 2006 23:36:24 +0000 (23:36 +0000)
man1/git-repo-config.1

index 0750851..fa5f183 100755 (executable)
@@ -38,7 +38,7 @@ git-repo-config \- Get and set options in .git/config
 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\&.
 
 
-If you want to set/unset an option which can occur on multiple lines, you should provide a POSIX regex for the value\&. If you want to handle the lines \fInot\fR matching the regex, just prepend a single exclamation mark in front (see EXAMPLES)\&.
+If you want to set/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 \fInot\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\-repo\-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\&.