summaryrefslogtreecommitdiffstats
path: root/gitattributes.html
diff options
context:
space:
mode:
authorJunio C Hamano <junio@hera.kernel.org>2008-07-02 03:06:38 +0000
committerJunio C Hamano <junio@hera.kernel.org>2008-07-02 03:06:38 +0000
commitfce7c7e1549d1a2a2b0faf5952378236eed4d468 (patch)
treeffce2ae419b52786a0e567f4fddaadd89016f62c /gitattributes.html
parentbb8e996adf4293a0b624fe77e95e12ae8d1faed9 (diff)
downloadgit-htmldocs-fce7c7e1549d1a2a2b0faf5952378236eed4d468.tar.gz
Autogenerated HTML docs for v1.5.6.1-156-ge903b
Diffstat (limited to 'gitattributes.html')
-rw-r--r--gitattributes.html20
1 files changed, 10 insertions, 10 deletions
diff --git a/gitattributes.html b/gitattributes.html
index 8268e27d8..49663c8a7 100644
--- a/gitattributes.html
+++ b/gitattributes.html
@@ -358,9 +358,9 @@ operations are attributes-aware.</p>
<h3>Checking-out and checking-in</h3>
<p>These attributes affect how the contents stored in the
repository are copied to the working tree files when commands
-such as <tt>git checkout</tt> and <tt>git merge</tt> run. They also affect how
+such as <tt>git-checkout</tt> and <tt>git-merge</tt> run. They also affect how
git stores the contents you prepare in the working tree in the
-repository upon <tt>git add</tt> and <tt>git commit</tt>.</p>
+repository upon <tt>git-add</tt> and <tt>git-commit</tt>.</p>
<h4><tt>crlf</tt></h4>
<p>This attribute controls the line-ending convention.</p>
<dl>
@@ -428,13 +428,13 @@ few exceptions. Even though&#8230;</p>
<ul>
<li>
<p>
-"git add" itself does not touch the files in the work tree, the
+<tt>git-add</tt> itself does not touch the files in the work tree, the
next checkout would, so the safety triggers;
</p>
</li>
<li>
<p>
-"git apply" to update a text file with a patch does touch the files
+<tt>git-apply</tt> to update a text file with a patch does touch the files
in the work tree, but the operation is about text files and CRLF
conversion is about fixing the line ending inconsistencies, so the
safety does not trigger;
@@ -442,8 +442,8 @@ few exceptions. Even though&#8230;</p>
</li>
<li>
<p>
-"git diff" itself does not touch the files in the work tree, it is
- often run to inspect the changes you intend to next "git add". To
+<tt>git-diff</tt> itself does not touch the files in the work tree, it is
+ often run to inspect the changes you intend to next <tt>git-add</tt>. To
catch potential problems early, safety triggers.
</p>
</li>
@@ -483,7 +483,7 @@ and applicable).</p>
<p>In the check-out codepath, the blob content is first converted
with <tt>crlf</tt>, and then <tt>ident</tt> and fed to <tt>filter</tt>.</p>
<h3>Generating diff text</h3>
-<p>The attribute <tt>diff</tt> affects if <tt>git diff</tt> generates textual
+<p>The attribute <tt>diff</tt> affects if <tt>git-diff</tt> generates textual
patch for the path or just says <tt>Binary files differ</tt>. It also
can affect what line is shown on the hunk header <tt>@@ -k,l +n,m @@</tt>
line.</p>
@@ -812,8 +812,8 @@ archive files.</p>
<h4><tt>export-subst</tt></h4>
<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
+expansion depends on the availability of a commit ID, i.e., if
+<tt>git-archive</tt> 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>,
except that they need to be wrapped like this: <tt>$Format:PLACEHOLDERS$</tt>
@@ -826,7 +826,7 @@ commit hash.</p>
</div>
<div id="footer">
<div id="footer-text">
-Last updated 23-Jun-2008 07:13:37 UTC
+Last updated 02-Jul-2008 03:02:09 UTC
</div>
</div>
</body>