summaryrefslogtreecommitdiffstats
path: root/git-update-index.html
diff options
context:
space:
mode:
authorJunio C Hamano <gitster@pobox.com>2023-10-23 14:45:54 -0700
committerJunio C Hamano <gitster@pobox.com>2023-10-23 14:45:54 -0700
commit33be82183d4cd6dc645f64da1402cf9a3f4cdbf3 (patch)
tree4a681cad5c6da23a7d7f56022666fb31397026d2 /git-update-index.html
parent359f02427091f2c0fcac4eb7651fe5d159b84a54 (diff)
downloadgit-htmldocs-33be82183d4cd6dc645f64da1402cf9a3f4cdbf3.tar.gz
Autogenerated HTML docs for v2.42.0-482-g2e8e7
Diffstat (limited to 'git-update-index.html')
-rw-r--r--git-update-index.html20
1 files changed, 10 insertions, 10 deletions
diff --git a/git-update-index.html b/git-update-index.html
index 1876ed129..07d2ca98c 100644
--- a/git-update-index.html
+++ b/git-update-index.html
@@ -803,7 +803,7 @@ using the various options:</p></div>
<p>
If a specified file is in the index but is missing then it&#8217;s
removed.
- Default behavior is to ignore removed file.
+ Default behavior is to ignore removed files.
</p>
</dd>
<dt class="hdlist1">
@@ -896,7 +896,7 @@ using the various options:</p></div>
the index. If you want to change the working tree file,
you need to unset the bit to tell Git. This is
sometimes helpful when working with a big project on a
- filesystem that has very slow lstat(2) system call
+ filesystem that has a very slow lstat(2) system call
(e.g. cifs).
</p>
<div class="paragraph"><p>Git will fail (gracefully) in case it needs to modify this file
@@ -918,7 +918,7 @@ you will need to handle the situation manually.</p></div>
</dt>
<dd>
<p>
- When one of these flags is specified, the object name recorded
+ When one of these flags is specified, the object names recorded
for the paths are not updated. Instead, these options
set and unset the "skip-worktree" bit for the paths. See
section "Skip-worktree bit" below for more information.
@@ -938,7 +938,7 @@ you will need to handle the situation manually.</p></div>
</dt>
<dd>
<p>
- When one of these flags is specified, the object name recorded
+ When one of these flags is specified, the object names recorded
for the paths are not updated. Instead, these options
set and unset the "fsmonitor valid" bit for the paths. See
section "File System Monitor" below for more information.
@@ -953,7 +953,7 @@ you will need to handle the situation manually.</p></div>
<dd>
<p>
Runs <em>git update-index</em> itself on the paths whose index
- entries are different from those from the <code>HEAD</code> commit.
+ entries are different from those of the <code>HEAD</code> commit.
</p>
</dd>
<dt class="hdlist1">
@@ -1002,8 +1002,8 @@ you will need to handle the situation manually.</p></div>
</dt>
<dd>
<p>
- Instead of taking list of paths from the command line,
- read list of paths from the standard input. Paths are
+ Instead of taking a list of paths from the command line,
+ read a list of paths from the standard input. Paths are
separated by LF (i.e. one path per line) by default.
</p>
</dd>
@@ -1012,7 +1012,7 @@ you will need to handle the situation manually.</p></div>
</dt>
<dd>
<p>
- Report what is being added and removed from index.
+ Report what is being added and removed from the index.
</p>
</dd>
<dt class="hdlist1">
@@ -1021,7 +1021,7 @@ you will need to handle the situation manually.</p></div>
<dd>
<p>
Write the resulting index out in the named on-disk format version.
- Supported versions are 2, 3 and 4. The current default version is 2
+ Supported versions are 2, 3, and 4. The current default version is 2
or 3, depending on whether extra features are used, such as
<code>git add -N</code>. With <code>--verbose</code>, also report the version the index
file uses before and after this command.
@@ -1557,7 +1557,7 @@ automatically.</p></div>
<div id="footer">
<div id="footer-text">
Last updated
- 2023-09-20 12:03:35 PDT
+ 2023-10-23 14:43:46 PDT
</div>
</div>
</body>