summaryrefslogtreecommitdiffstats
path: root/git-clean.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-clean.html
parent359f02427091f2c0fcac4eb7651fe5d159b84a54 (diff)
downloadgit-htmldocs-33be82183d4cd6dc645f64da1402cf9a3f4cdbf3.tar.gz
Autogenerated HTML docs for v2.42.0-482-g2e8e7
Diffstat (limited to 'git-clean.html')
-rw-r--r--git-clean.html6
1 files changed, 3 insertions, 3 deletions
diff --git a/git-clean.html b/git-clean.html
index 50fba18e7..0e947da77 100644
--- a/git-clean.html
+++ b/git-clean.html
@@ -906,7 +906,7 @@ filter by pattern
This shows the files and directories to be deleted and issues an
"Input ignore patterns&gt;&gt;" prompt. You can input space-separated
patterns to exclude files and directories from deletion.
- E.g. "*.c *.h" will excludes files end with ".c" and ".h" from
+ E.g. "*.c *.h" will exclude files ending with ".c" and ".h" from
deletion. When you are satisfied with the filtered result, press
ENTER (empty) back to the main menu.
</p>
@@ -969,7 +969,7 @@ clean.requireForce
<dd>
<p>
A boolean to make git-clean do nothing unless given -f,
- -i or -n. Defaults to true.
+ -i, or -n. Defaults to true.
</p>
</dd>
</dl></div>
@@ -992,7 +992,7 @@ clean.requireForce
<div id="footer">
<div id="footer-text">
Last updated
- 2023-09-22 17:04:28 PDT
+ 2023-10-23 14:43:46 PDT
</div>
</div>
</body>