Autogenerated HTML docs for v1.3.2-gfd60a
authorJunio C Hamano <junio@hera.kernel.org>
Sun, 7 May 2006 23:36:21 +0000 (23:36 +0000)
committerJunio C Hamano <junio@hera.kernel.org>
Sun, 7 May 2006 23:36:21 +0000 (23:36 +0000)
core-tutorial.html
core-tutorial.txt
git-repo-config.html
git-repo-config.txt

index 9dfa534..f240b6b 100644 (file)
@@ -1186,11 +1186,11 @@ environment, is <tt>git show-branch</tt>.</p>
 <p>The first two lines indicate that it is showing the two branches\r
 and the first line of the commit log message from their\r
 top-of-the-tree commits, you are currently on <tt>master</tt> branch\r
-(notice the asterisk <tt><strong></tt> character), and the first column for\r
+(notice the asterisk <tt>*</tt> character), and the first column for\r
 the later output lines is used to show commits contained in the\r
 <tt>master</tt> branch, and the second column for the <tt>mybranch</tt>\r
 branch. Three commits are shown along with their log messages.\r
-All of them have non blank characters in the first column (<tt></strong></tt>\r
+All of them have non blank characters in the first column (<tt>*</tt>\r
 shows an ordinary commit on the current branch, <tt>.</tt> is a merge commit), which\r
 means they are now part of the <tt>master</tt> branch. Only the "Some\r
 work" commit has the plus <tt>+</tt> character in the second column,\r
@@ -2011,7 +2011,7 @@ to follow, not easier.</p>
 </div>\r
 <div id="footer">\r
 <div id="footer-text">\r
-Last updated 07-Feb-2006 08:04:34 UTC\r
+Last updated 07-May-2006 23:36:13 UTC\r
 </div>\r
 </div>\r
 </body>\r
index 4211c81..d1360ec 100644 (file)
@@ -971,7 +971,7 @@ $ git show-branch --topo-order master mybranch
 The first two lines indicate that it is showing the two branches
 and the first line of the commit log message from their
 top-of-the-tree commits, you are currently on `master` branch
-(notice the asterisk `*` character), and the first column for
+(notice the asterisk `\*` character), and the first column for
 the later output lines is used to show commits contained in the
 `master` branch, and the second column for the `mybranch`
 branch. Three commits are shown along with their log messages.
index de05a74..79aeedb 100644 (file)
@@ -286,10 +286,11 @@ git-repo-config(1) Manual Page
 <p>You can query/set/replace/unset options with this command. The name is\r
 actually the section and the key separated by a dot, and the value will be\r
 escaped.</p>\r
-<p>If you want to set/unset an option which can occur on multiple lines, you\r
-should provide a POSIX regex for the value. If you want to handle the lines\r
-<strong>not</strong> matching the regex, just prepend a single exclamation mark in front\r
-(see EXAMPLES).</p>\r
+<p>If you want to set/unset an option which can occur on multiple\r
+lines, a POSIX regexp <tt>value_regex</tt> needs to be given.  Only the\r
+existing values that match the regexp are updated or unset.  If\r
+you want to handle the lines that do <strong>not</strong> match the regex, just\r
+prepend a single exclamation mark in front (see EXAMPLES).</p>\r
 <p>The type specifier can be either <em>--int</em> or <em>--bool</em>, which will make\r
 <em>git-repo-config</em> ensure that the variable(s) are of the given type and\r
 convert the value to the canonical form (simple decimal number for int,\r
@@ -829,7 +830,7 @@ imap
 </div>\r
 <div id="footer">\r
 <div id="footer-text">\r
-Last updated 05-May-2006 23:14:15 UTC\r
+Last updated 07-May-2006 23:36:12 UTC\r
 </div>\r
 </div>\r
 </body>\r
index fd44f62..660c18f 100644 (file)
@@ -23,10 +23,11 @@ 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
-*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