<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
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
</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
'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
-----------
--unset-all::
Remove all matching lines from .git/config.
+-l, --list::
+ List all variables set in .git/config.
+
EXAMPLE
-------
<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
</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
-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
--------