From 42fc6793b3aa81c09d72aefa4e088282faa57637 Mon Sep 17 00:00:00 2001 From: Junio C Hamano Date: Sun, 7 May 2006 23:36:24 +0000 Subject: [PATCH] Autogenerated man pages for v1.3.2-gfd60a --- man1/git-repo-config.1 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/man1/git-repo-config.1 b/man1/git-repo-config.1 index 07508510..fa5f183b 100755 --- a/man1/git-repo-config.1 +++ b/man1/git-repo-config.1 @@ -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\&. -- 2.11.0