summaryrefslogtreecommitdiffstats
path: root/git-ls-files.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 /git-ls-files.html
parent022bd341a82a08e16719ab8744973feed49e94d3 (diff)
downloadgit-htmldocs-719b8a3137af7aea177e42a98cdfbb5180a10f33.tar.gz
Autogenerated HTML docs for v1.7.11-rc2-2-g02101
Diffstat (limited to 'git-ls-files.html')
-rw-r--r--git-ls-files.html16
1 files changed, 8 insertions, 8 deletions
diff --git a/git-ls-files.html b/git-ls-files.html
index b5b639872..f329fc45a 100644
--- a/git-ls-files.html
+++ b/git-ls-files.html
@@ -793,10 +793,10 @@ shown:</p></div>
<dd>
<p>
This feature is semi-deprecated. For scripting purpose,
- <a href="git-status.html">git-status(1)</a> <tt>--porcelain</tt> and
- <a href="git-diff-files.html">git-diff-files(1)</a> <tt>--name-status</tt> are almost always
+ <tt>--porcelain</tt> and
+ <tt>--name-status</tt> are almost always
superior alternatives, and users should look at
- <a href="git-status.html">git-status(1)</a> <tt>--short</tt> or <a href="git-diff.html">git-diff(1)</a>
+ <tt>--short</tt> or
<tt>--name-status</tt> for more user-friendly alternatives.
</p>
<div class="paragraph"><p>This option identifies the file status with the following tags (followed by
@@ -865,7 +865,7 @@ other
<p>
Similar to <tt>-t</tt>, but use lowercase letters for files
that are marked as <em>assume unchanged</em> (see
- <a href="git-update-index.html">git-update-index(1)</a>).
+ ).
</p>
</dd>
<dt class="hdlist1">
@@ -933,7 +933,7 @@ detailed information on unmerged paths.</p></div>
the index records up to three such pairs; one from tree O in stage
1, A in stage 2, and B in stage 3. This information can be used by
the user (or the porcelain) to see what should eventually be recorded at the
-path. (see <a href="git-read-tree.html">git-read-tree(1)</a> for more information on state)</p></div>
+path. (see for more information on state)</p></div>
<div class="paragraph"><p>When <tt>-z</tt> option is not used, TAB, LF, and backslash characters
in pathnames are represented as <tt>\t</tt>, <tt>\n</tt>, and <tt>\\</tt>,
respectively.</p></div>
@@ -942,7 +942,7 @@ respectively.</p></div>
<div class="sectionbody">
<div class="paragraph"><p><em>git ls-files</em> can use a list of "exclude patterns" when
traversing the directory tree and finding files to show when the
-flags --others or --ignored are specified. <a href="gitignore.html">gitignore(5)</a>
+flags --others or --ignored are specified.
specifies the format of exclude patterns.</p></div>
<div class="paragraph"><p>These exclude patterns come from these places, in order:</p></div>
<div class="olist arabic"><ol class="arabic">
@@ -978,11 +978,11 @@ pattern file appears in.</p></div>
</div>
<h2 id="_see_also">SEE ALSO</h2>
<div class="sectionbody">
-<div class="paragraph"><p><a href="git-read-tree.html">git-read-tree(1)</a>, <a href="gitignore.html">gitignore(5)</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>