summaryrefslogtreecommitdiffstats
path: root/git-stripspace.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-stripspace.html
parent359f02427091f2c0fcac4eb7651fe5d159b84a54 (diff)
downloadgit-htmldocs-33be82183d4cd6dc645f64da1402cf9a3f4cdbf3.tar.gz
Autogenerated HTML docs for v2.42.0-482-g2e8e7
Diffstat (limited to 'git-stripspace.html')
-rw-r--r--git-stripspace.html8
1 files changed, 4 insertions, 4 deletions
diff --git a/git-stripspace.html b/git-stripspace.html
index 36c2cfe0d..5a54c830b 100644
--- a/git-stripspace.html
+++ b/git-stripspace.html
@@ -786,7 +786,7 @@ add a missing <em>\n</em> to the last line if necessary.
</ul></div>
<div class="paragraph"><p>In the case where the input consists entirely of whitespace characters, no
output will be produced.</p></div>
-<div class="paragraph"><p><strong>NOTE</strong>: This is intended for cleaning metadata, prefer the <code>--whitespace=fix</code>
+<div class="paragraph"><p><strong>NOTE</strong>: This is intended for cleaning metadata. Prefer the <code>--whitespace=fix</code>
mode of <a href="git-apply.html">git-apply(1)</a> for correcting whitespace of patches or files in
the repository.</p></div>
</div>
@@ -803,7 +803,7 @@ the repository.</p></div>
</dt>
<dd>
<p>
- Skip and remove all lines starting with comment character (default <em>#</em>).
+ Skip and remove all lines starting with a comment character (default <em>#</em>).
</p>
</dd>
<dt class="hdlist1">
@@ -814,7 +814,7 @@ the repository.</p></div>
</dt>
<dd>
<p>
- Prepend comment character and blank to each line. Lines will automatically
+ Prepend the comment character and a blank space to each line. Lines will automatically
be terminated with a newline. On empty lines, only the comment character
will be prepended.
</p>
@@ -876,7 +876,7 @@ the repository.</p></div>
<div id="footer">
<div id="footer-text">
Last updated
- 2020-03-10 15:02:33 PDT
+ 2023-10-23 14:43:46 PDT
</div>
</div>
</body>