various stuff. See <a href="git-cvsserver.html">git-cvsserver(1)</a>.\r
</p>\r
</dd>\r
-</dl></div>\r
-<div class="para"><p>gitcvs.usecrlfattr\r
+<dt>\r
+gitcvs.usecrlfattr\r
+</dt>\r
+<dd>\r
+<p>\r
If true, the server will look up the <tt>crlf</tt> attribute for\r
files to determine the <em>-k</em> modes to use. If <tt>crlf</tt> is set,\r
the <em>-k</em> mode will be left blank, so cvs clients will\r
treat it as text. If <tt>crlf</tt> is explicitly unset, the file\r
will be set with <em>-kb</em> mode, which suppresses any newline munging\r
the client might otherwise do. If <tt>crlf</tt> is not specified,\r
- then <em>gitcvs.allbinary</em> is used. See <a href="gitattributes.html">gitattributes(5)</a>.</p></div>\r
-<div class="vlist"><dl>\r
+ then <em>gitcvs.allbinary</em> is used. See <a href="gitattributes.html">gitattributes(5)</a>.\r
+</p>\r
+</dd>\r
<dt>\r
gitcvs.allbinary\r
</dt>\r
</div>\r
<div id="footer">\r
<div id="footer-text">\r
-Last updated 2008-08-25 00:33:14 UTC\r
+Last updated 2008-09-01 06:10:53 UTC\r
</div>\r
</div>\r
</body>\r
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en">\r
<head>\r
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />\r
-<meta name="generator" content="AsciiDoc 7.0.2" />\r
+<meta name="generator" content="AsciiDoc 8.2.5" />\r
<style type="text/css">\r
/* Debug borders */\r
p, li, dt, dd, div, pre, h1, h2, h3, h4, h5, h6 {\r
margin: 1em 5% 1em 5%;\r
}\r
\r
-a { color: blue; }\r
-a:visited { color: fuchsia; }\r
+a {\r
+ color: blue;\r
+ text-decoration: underline;\r
+}\r
+a:visited {\r
+ color: fuchsia;\r
+}\r
\r
em {\r
font-style: italic;\r
line-height: 1.3;\r
}\r
\r
-h1 {\r
+h1, h2, h3 {\r
border-bottom: 2px solid silver;\r
}\r
h2 {\r
- border-bottom: 2px solid silver;\r
padding-top: 0.5em;\r
}\r
+h3 {\r
+ float: left;\r
+}\r
+h3 + * {\r
+ clear: left;\r
+}\r
\r
div.sectionbody {\r
font-family: serif;\r
color: #527bbd;\r
font-family: sans-serif;\r
font-weight: bold;\r
- font-size: 1.2em;\r
+ font-size: 1.1em;\r
}\r
span#email {\r
}\r
padding: 0.5em;\r
}\r
\r
+div.listingblock {\r
+ margin-right: 0%;\r
+}\r
div.listingblock > div.content {\r
border: 1px solid silver;\r
background: #f4f4f4;\r
div.quoteblock > div.content {\r
padding-left: 2.0em;\r
}\r
-div.quoteblock .attribution {\r
+\r
+div.attribution {\r
text-align: right;\r
}\r
+div.verseblock + div.attribution {\r
+ text-align: left;\r
+}\r
\r
div.admonitionblock .icon {\r
vertical-align: top;\r
ul, ol {\r
list-style-position: outside;\r
}\r
-ol.olist2 {\r
+div.olist2 ol {\r
list-style-type: lower-alpha;\r
}\r
\r
div.tableblock > table {\r
- border-color: #527bbd;\r
- border-width: 3px;\r
+ border: 3px solid #527bbd;\r
}\r
thead {\r
font-family: sans-serif;\r
margin-top: 0.8em;\r
margin-bottom: 0.8em;\r
}\r
+div.hlist td {\r
+ padding-bottom: 5px;\r
+}\r
td.hlist1 {\r
vertical-align: top;\r
font-style: italic;\r
@media print {\r
div#footer-badges { display: none; }\r
}\r
-include::./stylesheets/xhtml11-manpage.css[]\r
+\r
+div#toctitle {\r
+ color: #527bbd;\r
+ font-family: sans-serif;\r
+ font-size: 1.1em;\r
+ font-weight: bold;\r
+ margin-top: 1.0em;\r
+ margin-bottom: 0.1em;\r
+}\r
+\r
+div.toclevel1, div.toclevel2, div.toclevel3, div.toclevel4 {\r
+ margin-top: 0;\r
+ margin-bottom: 0;\r
+}\r
+div.toclevel2 {\r
+ margin-left: 2em;\r
+ font-size: 0.9em;\r
+}\r
+div.toclevel3 {\r
+ margin-left: 4em;\r
+ font-size: 0.9em;\r
+}\r
+div.toclevel4 {\r
+ margin-left: 6em;\r
+ font-size: 0.9em;\r
+}\r
+include1::./stylesheets/xhtml11-manpage.css[]\r
/* Workarounds for IE6's broken and incomplete CSS2. */\r
\r
div.sidebar-content {\r
border-left: 2px solid silver;\r
padding-left: 0.5em;\r
}\r
+\r
+/* IE6 sets dynamically generated links as visited. */\r
+div#toc a:visited { color: blue; }\r
</style>\r
<title>gitmodules(5)</title>\r
</head>\r
</div>\r
<h2>SYNOPSIS</h2>\r
<div class="sectionbody">\r
-<p>gitmodules</p>\r
+<div class="para"><p>$GIT_WORK_DIR/.gitmodules</p></div>\r
</div>\r
-<h2>DESCRIPTION</h2>\r
+<h2 id="_description">DESCRIPTION</h2>\r
<div class="sectionbody">\r
-<p>The <tt>.gitmodules</tt> file, located in the top-level directory of a git\r
+<div class="para"><p>The <tt>.gitmodules</tt> file, located in the top-level directory of a git\r
working tree, is a text file with a syntax matching the requirements\r
-of <a href="git-config.html">git-config(1)</a>.</p>\r
-<p>The file contains one subsection per submodule, and the subsection value\r
+of <a href="git-config.html">git-config(1)</a>.</p></div>\r
+<div class="para"><p>The file contains one subsection per submodule, and the subsection value\r
is the name of the submodule. Each submodule section also contains the\r
-following required keys:</p>\r
-<dl>\r
+following required keys:</p></div>\r
+<div class="vlist"><dl>\r
<dt>\r
submodule.<name>.path\r
</dt>\r
Defines an url from where the submodule repository can be cloned.\r
</p>\r
</dd>\r
-</dl>\r
+</dl></div>\r
</div>\r
-<h2>EXAMPLES</h2>\r
+<h2 id="_examples">EXAMPLES</h2>\r
<div class="sectionbody">\r
-<p>Consider the following .gitmodules file:</p>\r
+<div class="para"><p>Consider the following .gitmodules file:</p></div>\r
<div class="literalblock">\r
<div class="content">\r
<pre><tt>[submodule "libfoo"]\r
path = include/bar\r
url = git://bar.com/git/lib.git</tt></pre>\r
</div></div>\r
-<p>This defines two submodules, <tt>libfoo</tt> and <tt>libbar</tt>. These are expected to\r
+<div class="para"><p>This defines two submodules, <tt>libfoo</tt> and <tt>libbar</tt>. These are expected to\r
be checked out in the paths <em>include/foo</em> and <em>include/bar</em>, and for both\r
-submodules an url is specified which can be used for cloning the submodules.</p>\r
+submodules an url is specified which can be used for cloning the submodules.</p></div>\r
</div>\r
-<h2>SEE ALSO</h2>\r
+<h2 id="_see_also">SEE ALSO</h2>\r
<div class="sectionbody">\r
-<p><a href="git-submodule.html">git-submodule(1)</a> <a href="git-config.html">git-config(1)</a></p>\r
+<div class="para"><p><a href="git-submodule.html">git-submodule(1)</a> <a href="git-config.html">git-config(1)</a></p></div>\r
</div>\r
-<h2>DOCUMENTATION</h2>\r
+<h2 id="_documentation">DOCUMENTATION</h2>\r
<div class="sectionbody">\r
-<p>Documentation by Lars Hjemli <hjemli@gmail.com></p>\r
+<div class="para"><p>Documentation by Lars Hjemli <hjemli@gmail.com></p></div>\r
</div>\r
-<h2>GIT</h2>\r
+<h2 id="_git">GIT</h2>\r
<div class="sectionbody">\r
-<p>Part of the <a href="git.html">git(1)</a> suite</p>\r
+<div class="para"><p>Part of the <a href="git.html">git(1)</a> suite</p></div>\r
</div>\r
<div id="footer">\r
<div id="footer-text">\r
-Last updated 02-Jul-2008 03:02:10 UTC\r
+Last updated 2008-09-01 06:10:55 UTC\r
</div>\r
</div>\r
</body>\r