summaryrefslogtreecommitdiffstats
path: root/gitignore.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 /gitignore.html
parentbb8e996adf4293a0b624fe77e95e12ae8d1faed9 (diff)
downloadgit-htmldocs-fce7c7e1549d1a2a2b0faf5952378236eed4d468.tar.gz
Autogenerated HTML docs for v1.5.6.1-156-ge903b
Diffstat (limited to 'gitignore.html')
-rw-r--r--gitignore.html10
1 files changed, 5 insertions, 5 deletions
diff --git a/gitignore.html b/gitignore.html
index 0c1f7e364..f5292ed33 100644
--- a/gitignore.html
+++ b/gitignore.html
@@ -326,10 +326,10 @@ ignore in all situations (e.g., backup or temporary files generated by
the user's editor of choice) generally go into a file specified by
<tt>core.excludesfile</tt> in the user's <tt>~/.gitconfig</tt>.</p>
<p>The underlying git plumbing tools, such as
-<a href="git-ls-files.html">git-ls-files(1)</a> and <a href="git-read-tree.html">git-read-tree(1)</a>, read
+<tt>git-ls-files</tt> and <tt>git-read-tree</tt>, read
<tt>gitignore</tt> patterns specified by command-line options, or from
files specified by command-line options. Higher-level git
-tools, such as <a href="git-status.html">git-status(1)</a> and <a href="git-add.html">git-add(1)</a>,
+tools, such as <tt>git-status</tt> and <tt>git-add</tt>,
use patterns from the sources specified above.</p>
<p>Patterns have the following format:</p>
<ul>
@@ -385,7 +385,7 @@ Otherwise, git treats the pattern as a shell glob suitable
<p>An example:</p>
<div class="listingblock">
<div class="content">
-<pre><tt> $ git-status
+<pre><tt> $ git status
[...]
# Untracked files:
[...]
@@ -403,7 +403,7 @@ Otherwise, git treats the pattern as a shell glob suitable
*.html
# except foo.html which is maintained by hand
!foo.html
- $ git-status
+ $ git status
[...]
# Untracked files:
[...]
@@ -433,7 +433,7 @@ Frank Lichtenheld, and the git-list &lt;git@vger.kernel.org&gt;.</p>
</div>
<div id="footer">
<div id="footer-text">
-Last updated 08-Jun-2008 01:34:26 UTC
+Last updated 02-Jul-2008 03:02:10 UTC
</div>
</div>
</body>