[pull] master from sharkdp:master#139
Open
pull[bot] wants to merge 1059 commits intostevepentland:masterfrom
Open
[pull] master from sharkdp:master#139pull[bot] wants to merge 1059 commits intostevepentland:masterfrom
pull[bot] wants to merge 1059 commits intostevepentland:masterfrom
Conversation
8c3b95a to
1b71425
Compare
Supports when the duration contains calendar units.
chore(deps): Replace `humantime` and `chrono` with `jiff`
Instead use a thread local variable that we can use to set the current time, and use a separate now function in tests than the actual binary.
Some small improvements to time filter code after switch to jiff
Add documentation key in Cargo.toml
Fix broken Arch Linux link
Bumps [tempfile](https://github.com/Stebalien/tempfile) from 3.16.0 to 3.19.1. - [Changelog](https://github.com/Stebalien/tempfile/blob/master/CHANGELOG.md) - [Commits](Stebalien/tempfile@v3.16.0...v3.19.1) --- updated-dependencies: - dependency-name: tempfile dependency-version: 3.19.1 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
Bumps [clap](https://github.com/clap-rs/clap) from 4.5.31 to 4.5.35. - [Release notes](https://github.com/clap-rs/clap/releases) - [Changelog](https://github.com/clap-rs/clap/blob/master/CHANGELOG.md) - [Commits](clap-rs/clap@v4.5.31...clap_complete-v4.5.35) --- updated-dependencies: - dependency-name: clap dependency-version: 4.5.35 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
Bumps [anyhow](https://github.com/dtolnay/anyhow) from 1.0.96 to 1.0.97. - [Release notes](https://github.com/dtolnay/anyhow/releases) - [Commits](dtolnay/anyhow@1.0.96...1.0.97) --- updated-dependencies: - dependency-name: anyhow dependency-version: 1.0.97 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
Bumps [clap_complete](https://github.com/clap-rs/clap) from 4.5.44 to 4.5.47. - [Release notes](https://github.com/clap-rs/clap/releases) - [Changelog](https://github.com/clap-rs/clap/blob/master/CHANGELOG.md) - [Commits](clap-rs/clap@clap_complete-v4.5.44...clap_complete-v4.5.47) --- updated-dependencies: - dependency-name: clap_complete dependency-version: 4.5.47 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
build(deps): bump tempfile from 3.16.0 to 3.19.1
build(deps): bump clap from 4.5.31 to 4.5.35
build(deps): bump anyhow from 1.0.96 to 1.0.97
Bumps [jiff](https://github.com/BurntSushi/jiff) from 0.2.4 to 0.2.5. - [Release notes](https://github.com/BurntSushi/jiff/releases) - [Changelog](https://github.com/BurntSushi/jiff/blob/master/CHANGELOG.md) - [Commits](BurntSushi/jiff@jiff-static-0.2.4...jiff-static-0.2.5) --- updated-dependencies: - dependency-name: jiff dependency-version: 0.2.5 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
build(deps): bump jiff from 0.2.4 to 0.2.5
doc: Disambiguate modification time vs timestamp
…4.5.47 build(deps): bump clap_complete from 4.5.44 to 4.5.47
Fixes a new Clippy warning.
Ubuntu 20.04 is now unsupported. Link: actions/runner-images#11101
Use next_back() instead of last()
perf: Avoid unnecessary syscall for ignore-contain
chore: Bump to 10.4.2
Instead of calling current_dir() for every entry when --full-path is set, cache it once in Config at startup. This eliminates the need for FatalError handling and makes path resolution infallible during the walk. If the cwd can't be retrieved, fd now fails early with a clear error message.
…g to unreleased section
The summary line `-E, --exclude <pattern>` is misleading because fd defaults to regex for its main search pattern, but --exclude takes a glob. Rename the value placeholder to "glob" in the CLI help, man page, and README to match the actual behavior. Fixes #1724 Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
docs: clarify how --exec consumes positional arguments
fix: handle invalid working directories gracefully with --full-path
Change --exclude value name from 'pattern' to 'glob'
Use Cow::borrowed, if we can re-use the already absolute path.
Because I think it makes it's intention more clear.
…o-20260319 Fix CONTRIBUTING introduction grammar
Bumps [softprops/action-gh-release](https://github.com/softprops/action-gh-release) from 2.5.0 to 2.6.1. - [Release notes](https://github.com/softprops/action-gh-release/releases) - [Changelog](https://github.com/softprops/action-gh-release/blob/master/CHANGELOG.md) - [Commits](softprops/action-gh-release@a06a81a...153bb8e) --- updated-dependencies: - dependency-name: softprops/action-gh-release dependency-version: 2.6.1 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
…rops/action-gh-release-2.6.1 build(deps): bump softprops/action-gh-release from 2.5.0 to 2.6.1
Full path fixes
Use the original files as the source, rather than the file that is uploaded to the artifact, as that is actually a zip file (what?) Fixes: #1936
Don't compress something that is already compressed.
Fix attest
chore: Update os matrix
Bumps [clap_complete](https://github.com/clap-rs/clap) from 4.5.66 to 4.6.0. - [Release notes](https://github.com/clap-rs/clap/releases) - [Changelog](https://github.com/clap-rs/clap/blob/master/CHANGELOG.md) - [Commits](clap-rs/clap@clap_complete-v4.5.66...clap_complete-v4.6.0) --- updated-dependencies: - dependency-name: clap_complete dependency-version: 4.6.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
Bumps [clap](https://github.com/clap-rs/clap) from 4.5.60 to 4.6.0. - [Release notes](https://github.com/clap-rs/clap/releases) - [Changelog](https://github.com/clap-rs/clap/blob/master/CHANGELOG.md) - [Commits](clap-rs/clap@clap_complete-v4.5.60...clap_complete-v4.6.0) --- updated-dependencies: - dependency-name: clap dependency-version: 4.6.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
build(deps): bump clap from 4.5.60 to 4.6.0
…4.6.0 build(deps): bump clap_complete from 4.5.66 to 4.6.0
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
See Commits and Changes for more details.
Created by
pull[bot]
Can you help keep this open source service alive? 💖 Please sponsor : )