Skip to content

Commit 0fc4bae

Browse files
Michael SpangJunio C Hamano
authored andcommitted
Fix minor documentation errors
- git-ls-files.txt: typo in description of --ignored - git-clean.txt: s/forceRequire/requireForce/ Signed-off-by: Michael Spang <mspang@uwaterloo.ca> Signed-off-by: Junio C Hamano <junkio@cox.net>
1 parent ec0e0f2 commit 0fc4bae

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

Documentation/git-clean.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ OPTIONS
2626
Remove untracked directories in addition to untracked files.
2727

2828
-f::
29-
If the git configuration specifies clean.forceRequire as true,
29+
If the git configuration specifies clean.requireForce as true,
3030
git-clean will refuse to run unless given -f or -n.
3131

3232
-n::

Documentation/git-ls-files.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -42,8 +42,8 @@ OPTIONS
4242
Show other files in the output
4343

4444
-i|--ignored::
45-
Show ignored files in the output
46-
Note the this also reverses any exclude list present.
45+
Show ignored files in the output.
46+
Note that this also reverses any exclude list present.
4747

4848
-s|--stage::
4949
Show stage files in the output

0 commit comments

Comments
 (0)