summaryrefslogtreecommitdiffstats
path: root/tests
AgeCommit message (Expand)Author
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
2021-10-16fmtJonah Caplan
2021-10-15also handle -X and -x with no_stripJonah Caplan
2021-10-15add example to man page and correct test commentJonah Caplan
2021-10-15replace -N option with specifying '.' pathJonah Caplan
2021-10-15cargo fmt fixupJonah Caplan
2021-10-15add -N/--no-strip option to show "./" prefix on relative pathsJonah Caplan
2021-10-13walk: Add a cache for DirEntry metadataTavian Barnes
2021-09-01Merge pull request #817 from will459/add_no_ignore_parentTavian Barnes
2021-08-31Add tests for --no-ignore-parentWilliam Correia
2021-08-23Merge branch 'master' into pr/opposing-optionsVukašin Stepanović
2021-08-14Add -q/--quiet/--has-match flag (#813)Asha20
2021-08-09Add 5 opposing CLI optionsVukašin Stepanović
2021-08-08Silence wrong clippy warningDavid Peter
2021-08-08Attempt to fix #365David Peter
2021-08-08Handle IO errors based on type, closes #737David Peter
2021-07-27Fix clippy warningsDavid Peter
2021-02-14use custom --path-separator in arguments to --execAllen Wild
2020-12-06Show error if pattern matches leading dot but --hidden is not given, closes #615sharkdp
2020-12-06Improve --extension help text, closes #673sharkdp
2020-12-06Add exact size support to the --size filter (#669)Platon Pronko
2020-10-25Fail with error message if numeric arguments can not be parsedDavid Peter
2020-10-25Add --prune flagMatthias Reitinger
2020-05-19Code formattingsharkdp
2020-05-19Improve consistency of lintingDJRHails
2020-05-19Add error checking on missing test caseDJRHails
2020-05-19Update testenv to support errors that don't failDJRHails
2020-05-19Remove test assertion covered by existing testsDJRHails
2020-05-19Add a test for a single missing search pathDJRHails
2020-05-18Add global fdignore supportBobbie Soedirgo
2020-05-01Fix some clippy lints, and formatAlexandru Macovei