summaryrefslogtreecommitdiffstats
path: root/tests
AgeCommit message (Expand)Author
2023-10-05Making `-1` conflict with `--exec` and making `max-results` override `-1`Eden Mikitas
2023-02-01Merge pull request #1244 from tmccombs/grouped-occurrencesDavid Peter
2023-01-17Merge pull request #1216 from vegerot/pr1216David Peter
2023-01-17update: Update to clap 4.1Thayne McCombs
2023-01-16Merge pull request #1212 from sharkdp/global-ignore-testThayne McCombs
2023-01-13Add flag --no-require-git to always respect gitignore filesMax 👨🏽‍💻 Coplan
2022-12-28Skip an executable test if running as rootThayne McCombs
2022-12-18Don't test global ignore file on windowsThayne McCombs
2022-12-18Add tests for global ignore fileThayne McCombs
2022-12-03Change full-path tests to work on windows as wellThayne McCombs
2022-12-01Change full path tests to be more resilientThayne McCombs
2022-11-30Use tempfile instead of tempdirThayne McCombs
2022-11-26Adding a simple test for executable filesPtipiak
2022-11-21Added the --and flag for matching multiple patternsKasper Gałkowski
2022-11-11Fix a couple small clippy warningsThayne McCombs
2022-11-02Only run owner root test on linuxThayne McCombs
2022-11-02Fix panic when using --ownerThayne McCombs
2022-11-02Fix --threads/-j option value parsingDavid Peter
2022-11-01Change clap CLI binary name to 'fd'David Peter
2022-11-01Merge pull request #1137 from amesgen/batch-exit-codeDavid Peter
2022-11-01Fix unit testsDavid Peter
2022-10-13Respect exit codes with `--exec-batch`amesgen
2022-10-10Fix typo in testThayne McCombs
2022-10-09Merge remote-tracking branch 'upstream/master' into clap-deriveThayne McCombs
2022-10-08Upgrade to clap 4.0Thayne McCombs
2022-10-08Use clap-derive for option parsingThayne McCombs
2022-10-03Make --strip-cwd-prefix apply to -x/-XTavian Barnes
2022-09-27Enable --strip-cwd-prefix by default except with -0Tavian Barnes
2022-08-10Disable invalid CWD test on WindowsSijmen
2022-08-10Add test when running from non-existent directorySijmen
2022-05-28Fix (pointless) clippy suggestionDavid Peter
2022-05-28exec: Execute batches before they get too longTavian Barnes
2022-05-15Merge remote-tracking branch 'origin/master' into yyogo/masterDavid Peter
2022-05-15Make -u idempotentJackson Theel
2022-03-15Merge branch 'master' into masterThayne McCombs
2022-03-08Add tests for multiple execsThayne McCombs
2022-01-07Upgrade to clap 3.0Thayne McCombs
2022-01-07Change test_opposing to be less flaky.Thayne McCombs
2021-12-22Fix logic for --no-ignore-parent (#908)Thayne McCombs
2021-12-11tests: fix for trailing slashesJonathan Goren
2021-11-26Merge remote-tracking branch 'origin/master' into no-strip/760David Peter
2021-11-26Remove strip-prefix placeholdersDavid Peter
2021-11-26Rename option to strip_cwd_prefix, rename CLI optionDavid Peter
2021-11-26Remove outdated commentDavid Peter
2021-11-14Merge remote-tracking branch 'origin/master' into pr/opposing-optionsDavid Peter
2021-10-22Implement `--batch-size` (#866)Devon Hollowood
2021-10-17add -P option to strip prefix to ttyJonah Caplan
2021-10-16add {-} format for execJonah Caplan
2021-10-16fixup testsJonah Caplan
2021-10-16Revert -X stuffJonah Caplan