summaryrefslogtreecommitdiffstats
path: root/gitattributes.html
diff options
context:
space:
mode:
authorJunio C Hamano <gitster@pobox.com>2012-06-08 11:40:53 -0700
committerJunio C Hamano <gitster@pobox.com>2012-06-08 11:40:53 -0700
commit719b8a3137af7aea177e42a98cdfbb5180a10f33 (patch)
tree0b0aceeacfdab20db87a431a8a95e1388f0d9e19 /gitattributes.html
parent022bd341a82a08e16719ab8744973feed49e94d3 (diff)
downloadgit-htmldocs-719b8a3137af7aea177e42a98cdfbb5180a10f33.tar.gz
Autogenerated HTML docs for v1.7.11-rc2-2-g02101
Diffstat (limited to 'gitattributes.html')
-rw-r--r--gitattributes.html22
1 files changed, 11 insertions, 11 deletions
diff --git a/gitattributes.html b/gitattributes.html
index 1da6550e0..aaf22db11 100644
--- a/gitattributes.html
+++ b/gitattributes.html
@@ -644,7 +644,7 @@ Unspecified
<div class="paragraph"><p>When more than one pattern matches the path, a later line
overrides an earlier line. This overriding is done per
attribute. The rules how the pattern matches paths are the
-same as in <tt>.gitignore</tt> files; see <a href="gitignore.html">gitignore(5)</a>.</p></div>
+same as in <tt>.gitignore</tt> files; see .</p></div>
<div class="paragraph"><p>When deciding what attributes are assigned to a path, git
consults <tt>$GIT_DIR/info/attributes</tt> file (which has the highest
precedence), <tt>.gitattributes</tt> file in the same directory as the
@@ -661,7 +661,7 @@ Attributes which should be version-controlled and distributed to other
repositories (i.e., attributes of interest to all users) should go into
<tt>.gitattributes</tt> files. Attributes that should affect all repositories
for a single user should be placed in a file specified by the
-<tt>core.attributesfile</tt> configuration option (see <a href="git-config.html">git-config(1)</a>).
+<tt>core.attributesfile</tt> configuration option (see ).
Attributes for all users on a system should be placed in the
<tt>$(prefix)/etc/gitattributes</tt> file.</p></div>
<div class="paragraph"><p>Sometimes you would need to override an setting of an attribute
@@ -1043,7 +1043,7 @@ wrong place to talk about it. However&#8230;</p></div>
attribute set to <tt>jcdiff</tt>, it calls the command you specified
with the above configuration, i.e. <tt>j-c-diff</tt>, with 7
parameters, just like <tt>GIT_EXTERNAL_DIFF</tt> program is called.
-See <a href="git.html">git(1)</a> for details.</p></div>
+See for details.</p></div>
<h4 id="_defining_a_custom_hunk_header">Defining a custom hunk-header</h4>
<div class="paragraph"><p>Each group of changes (called a "hunk") in the textual diff output
is prefixed with a line of the form:</p></div>
@@ -1428,7 +1428,7 @@ results in a conflict.</p></div>
<h4 id="_tt_whitespace_tt"><tt>whitespace</tt></h4>
<div class="paragraph"><p>The <tt>core.whitespace</tt> configuration variable allows you to define what
<em>diff</em> and <em>apply</em> should consider whitespace errors for all paths in
-the project (See <a href="git-config.html">git-config(1)</a>). This attribute gives you finer
+the project (See ). This attribute gives you finer
control per path.</p></div>
<div class="dlist"><dl>
<dt class="hdlist1">
@@ -1477,9 +1477,9 @@ archive files.</p></div>
<div class="paragraph"><p>If the attribute <tt>export-subst</tt> is set for a file then git will expand
several placeholders when adding this file to an archive. The
expansion depends on the availability of a commit ID, i.e., if
-<a href="git-archive.html">git-archive(1)</a> has been given a tree instead of a commit or a
+ has been given a tree instead of a commit or a
tag then no replacement will be done. The placeholders are the same
-as those for the option <tt>--pretty=format:</tt> of <a href="git-log.html">git-log(1)</a>,
+as those for the option <tt>--pretty=format:</tt> of ,
except that they need to be wrapped like this: <tt>$Format:PLACEHOLDERS$</tt>
in the file. E.g. the string <tt>$Format:%H$</tt> will be replaced by the
commit hash.</p></div>
@@ -1490,13 +1490,13 @@ attribute <tt>delta</tt> set to false.</p></div>
<h3 id="_viewing_files_in_gui_tools">Viewing files in GUI tools</h3><div style="clear:left"></div>
<h4 id="_tt_encoding_tt"><tt>encoding</tt></h4>
<div class="paragraph"><p>The value of this attribute specifies the character encoding that should
-be used by GUI tools (e.g. <a href="gitk.html">gitk(1)</a> and <a href="git-gui.html">git-gui(1)</a>) to
+be used by GUI tools (e.g. and ) to
display the contents of the relevant file. Note that due to performance
-considerations <a href="gitk.html">gitk(1)</a> does not use this attribute unless you
+considerations does not use this attribute unless you
manually enable per-file encodings in its options.</p></div>
<div class="paragraph"><p>If this attribute is not set or has an invalid value, the value of the
<tt>gui.encoding</tt> configuration variable is used instead
-(See <a href="git-config.html">git-config(1)</a>).</p></div>
+(See ).</p></div>
</div>
<h2 id="_using_macro_attributes">USING MACRO ATTRIBUTES</h2>
<div class="sectionbody">
@@ -1588,11 +1588,11 @@ frotz unspecified</tt></pre>
</div>
<h2 id="_see_also">SEE ALSO</h2>
<div class="sectionbody">
-<div class="paragraph"><p><a href="git-check-attr.html">git-check-attr(1)</a>.</p></div>
+<div class="paragraph"><p>.</p></div>
</div>
<h2 id="_git">GIT</h2>
<div class="sectionbody">
-<div class="paragraph"><p>Part of the <a href="git.html">git(1)</a> suite</p></div>
+<div class="paragraph"><p>Part of the suite</p></div>
</div>
</div>
<div id="footnotes"><hr /></div>