summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: 5d8ee9c)
raw | patch | inline | side by side (parent: 5d8ee9c)
author | Junio C Hamano <junkio@cox.net> | |
Sun, 7 May 2006 22:32:51 +0000 (15:32 -0700) | ||
committer | Junio C Hamano <junkio@cox.net> | |
Sun, 7 May 2006 22:32:51 +0000 (15:32 -0700) |
Signed-off-by: Junio C Hamano <junkio@cox.net>
Documentation/git-repo-config.txt | patch | blob | history |
index 71f96bdd10d31b28a4c280dc33c97d69a51bbf42..fccecd67705051e49ca19c6d26371d5585cfa423 100644 (file)
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
-*not* 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 *not* match the regex, just
+prepend a single exclamation mark in front (see EXAMPLES).
The type specifier can be either '--int' or '--bool', which will make
'git-repo-config' ensure that the variable(s) are of the given type and