Skip to content

v8.3.1

Compare
Choose a tag to compare
@sharkdp sharkdp released this 06 Jan 13:20
· 680 commits to master since this release

Bugfixes

  • Stop implying --no-ignore-parent when --no-vcs-ignore is supplied, see #907, #901, #908 (@tmccombs)
  • fd no longer waits for the whole traversal if the only matches arrive within max_buffer_time, see #868 and #895 (@tavianator)
  • --max-results=1 now immediately quits after the first result, see #867 (@tavianator)
  • fd -h does not panic anymore when stdout is closed, see #897

Changes