Merge pull request #1263 from jpcirrus/patch-1

Add flag `--no-require-git` to man page
This commit is contained in:
Thayne McCombs 2023-02-25 23:41:34 -07:00 committed by GitHub
commit 284ee3d0c6
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 8 additions and 0 deletions

8
doc/fd.1 vendored
View File

@ -71,6 +71,14 @@ git setting, which defaults to
.IR $HOME/.config/git/ignore ). .IR $HOME/.config/git/ignore ).
The flag can be overridden with '--ignore-vcs'. The flag can be overridden with '--ignore-vcs'.
.TP .TP
.B \-\-no\-require\-git
Do not require a git repository to respect gitignores. By default, fd will only
respect global gitignore rules, .gitignore rules and local exclude rules if fd
detects that you are searching inside a git repository. This flag allows you to
relax this restriction such that fd will respect all git related ignore rules
regardless of whether youre searching in a git repository or not. The flag can
be overridden with '--require-git'.
.TP
.B \-\-no\-ignore\-parent .B \-\-no\-ignore\-parent
Show search results from files and directories that would otherwise be ignored by gitignore files in Show search results from files and directories that would otherwise be ignored by gitignore files in
parent directories. parent directories.