Autogenerated HTML docs for v1.3.1-ge5de2
authorJunio C Hamano <junio@hera.kernel.org>
Thu, 27 Apr 2006 20:10:43 +0000 (20:10 +0000)
committerJunio C Hamano <junio@hera.kernel.org>
Thu, 27 Apr 2006 20:10:43 +0000 (20:10 +0000)
git-repo-config.html
git-repo-config.txt
git-var.html
git-var.txt

index 45eb47b..db46053 100644 (file)
@@ -278,7 +278,8 @@ git-repo-config(1) Manual Page
 <em>git-repo-config</em> [type] --get name [value_regex]\r
 <em>git-repo-config</em> [type] --get-all name [value_regex]\r
 <em>git-repo-config</em> [type] --unset name [value_regex]\r
-<em>git-repo-config</em> [type] --unset-all name [value_regex]</div></div>\r
+<em>git-repo-config</em> [type] --unset-all name [value_regex]\r
+<em>git-repo-config</em> -l | --list</div></div>\r
 </div>\r
 <h2>DESCRIPTION</h2>\r
 <div class="sectionbody">\r
@@ -374,6 +375,14 @@ you try to unset/set an option for which multiple lines match.
         Remove all matching lines from .git/config.\r
 </p>\r
 </dd>\r
+<dt>\r
+-l, --list\r
+</dt>\r
+<dd>\r
+<p>\r
+        List all variables set in .git/config.\r
+</p>\r
+</dd>\r
 </dl>\r
 </div>\r
 <h2>EXAMPLE</h2>\r
@@ -810,7 +819,7 @@ imap
 </div>\r
 <div id="footer">\r
 <div id="footer-text">\r
-Last updated 25-Apr-2006 07:36:44 UTC\r
+Last updated 27-Apr-2006 20:10:38 UTC\r
 </div>\r
 </div>\r
 </body>\r
index 71f96bd..566cfa1 100644 (file)
@@ -15,6 +15,7 @@ SYNOPSIS
 'git-repo-config' [type] --get-all name [value_regex]
 'git-repo-config' [type] --unset name [value_regex]
 'git-repo-config' [type] --unset-all name [value_regex]
+'git-repo-config' -l | --list
 
 DESCRIPTION
 -----------
@@ -64,6 +65,9 @@ OPTIONS
 --unset-all::
        Remove all matching lines from .git/config.
 
+-l, --list::
+       List all variables set in .git/config.
+
 
 EXAMPLE
 -------
index 7f42465..2eeb7f1 100644 (file)
@@ -288,7 +288,8 @@ git-var(1) Manual Page
 <p>\r
         Cause the logical variables to be listed. In addition, all the\r
         variables of the git configuration file .git/config are listed\r
-        as well.\r
+        as well. (However, the configuration variables listing functionality\r
+        is deprecated in favor of <tt>git-repo-config -l</tt>.)\r
 </p>\r
 </dd>\r
 </dl>\r
@@ -371,7 +372,7 @@ Your sysadmin must hate you!
 </div>\r
 <div id="footer">\r
 <div id="footer-text">\r
-Last updated 25-Apr-2006 07:36:44 UTC\r
+Last updated 27-Apr-2006 20:10:38 UTC\r
 </div>\r
 </div>\r
 </body>\r
index 379571e..a5b1a0d 100644 (file)
@@ -19,7 +19,8 @@ OPTIONS
 -l::
        Cause the logical variables to be listed. In addition, all the
        variables of the git configuration file .git/config are listed
-       as well.
+       as well. (However, the configuration variables listing functionality
+       is deprecated in favor of `git-repo-config -l`.)
 
 EXAMPLE
 --------