summaryrefslogtreecommitdiffstats
path: root/git-add.html
diff options
context:
space:
mode:
Diffstat (limited to 'git-add.html')
-rw-r--r--git-add.html22
1 files changed, 11 insertions, 11 deletions
diff --git a/git-add.html b/git-add.html
index 293aef4ae..153588488 100644
--- a/git-add.html
+++ b/git-add.html
@@ -809,7 +809,7 @@ commit.</p></div>
to ignore removed files; use <code>--no-all</code> option if you want
to add modified or new files but ignore removed ones.
</p>
-<div class="paragraph"><p>For more details about the &lt;pathspec&gt; syntax, see the <em>pathspec</em> entry
+<div class="paragraph"><p>For more details about the <em>&lt;pathspec&gt;</em> syntax, see the <em>pathspec</em> entry
in <a href="gitglossary.html">gitglossary(7)</a>.</p></div>
</dd>
<dt class="hdlist1">
@@ -916,10 +916,10 @@ apply to the index. See EDITING PATCHES below.</p></div>
<dd>
<p>
Update the index just where it already has an entry matching
- &lt;pathspec&gt;. This removes as well as modifies index entries to
+ <em>&lt;pathspec&gt;</em>. This removes as well as modifies index entries to
match the working tree, but adds no new files.
</p>
-<div class="paragraph"><p>If no &lt;pathspec&gt; is given when <code>-u</code> option is used, all
+<div class="paragraph"><p>If no <em>&lt;pathspec&gt;</em> is given when <code>-u</code> option is used, all
tracked files in the entire working tree are updated (old versions
of Git used to limit the update to the current directory and its
subdirectories).</p></div>
@@ -936,11 +936,11 @@ subdirectories).</p></div>
<dd>
<p>
Update the index not only where the working tree has a file
- matching &lt;pathspec&gt; but also where the index already has an
+ matching <em>&lt;pathspec&gt;</em> but also where the index already has an
entry. This adds, modifies, and removes index entries to
match the working tree.
</p>
-<div class="paragraph"><p>If no &lt;pathspec&gt; is given when <code>-A</code> option is used, all
+<div class="paragraph"><p>If no <em>&lt;pathspec&gt;</em> is given when <code>-A</code> option is used, all
files in the entire working tree are updated (old versions
of Git used to limit the update to the current directory and its
subdirectories).</p></div>
@@ -956,11 +956,11 @@ subdirectories).</p></div>
Update the index by adding new files that are unknown to the
index and files modified in the working tree, but ignore
files that have been removed from the working tree. This
- option is a no-op when no &lt;pathspec&gt; is used.
+ option is a no-op when no <em>&lt;pathspec&gt;</em> is used.
</p>
<div class="paragraph"><p>This option is primarily to help users who are used to older
-versions of Git, whose "git add &lt;pathspec&gt;&#8230;" was a synonym
-for "git add --no-all &lt;pathspec&gt;&#8230;", i.e. ignored removed files.</p></div>
+versions of Git, whose "git add <em>&lt;pathspec&gt;</em>&#8230;" was a synonym
+for "git add --no-all <em>&lt;pathspec&gt;</em>&#8230;", i.e. ignored removed files.</p></div>
</dd>
<dt class="hdlist1">
-N
@@ -1050,8 +1050,8 @@ for "git add --no-all &lt;pathspec&gt;&#8230;", i.e. ignored removed files.</p><
</dt>
<dd>
<p>
- Pathspec is passed in <code>&lt;file&gt;</code> instead of commandline args. If
- <code>&lt;file&gt;</code> is exactly <code>-</code> then standard input is used. Pathspec
+ Pathspec is passed in <em>&lt;file&gt;</em> instead of commandline args. If
+ <em>&lt;file&gt;</em> is exactly <code>-</code> then standard input is used. Pathspec
elements are separated by LF or CR/LF. Pathspec elements can be
quoted as explained for the configuration variable <code>core.quotePath</code>
(see <a href="git-config.html">git-config(1)</a>). See also <code>--pathspec-file-nul</code> and
@@ -1425,7 +1425,7 @@ add.interactive.useBuiltin
<div id="footer">
<div id="footer-text">
Last updated
- 2023-12-27 15:50:18 PST
+ 2024-03-01 17:30:58 PST
</div>
</div>
</body>