Commit fa5afad
committed
fix(picker): file picker not respecting .gitignore
By default `fd` only respects global or local gitignore rules
if searching inside a git repository. However in certain scenarios,
e.g. when using jujutsu(https://github.com/jj-vcs/jj) instead of git,
this approach never takes effect since it can't find a .git directory in cwd.
The proposed `--no-require-git` flag allows `fd` to respect all git
related ignore rules, regardless of whether it's searching inside a git repo or not.1 parent f972ad7 commit fa5afad
1 file changed
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
349 | 349 | | |
350 | 350 | | |
351 | 351 | | |
352 | | - | |
| 352 | + | |
353 | 353 | | |
354 | 354 | | |
355 | 355 | | |
| |||
0 commit comments