summaryrefslogtreecommitdiffstats
AgeCommit message (Collapse)Author
9 daysMerge pull request #1555 from tmccombs/fmt-readmeHEADv10.1.0masterThayne McCombs
Add --format to help in README
9 daysAdd --format to help in READMEThayne McCombs
9 daysMerge pull request #1554 from tmccombs/release-10.1.0Thayne McCombs
Prepare for 10.1.0 release
9 daysPrepare for 10.1.0 releaseThayne McCombs
9 daysMerge pull request #1043 from tmccombs/format-optionThayne McCombs
Implement option for printing custom formats
9 daysImplement option for printing custom formatsThayne McCombs
9 daysMerge pull request #1445 from tmccombs/cwd-prefixThayne McCombs
feat: Add option to always include cwd prefix
9 daysMerge pull request #1552 from tmccombs/mac-m1-buildThayne McCombs
Attempt to add aarch64 osx build to CI
10 daysMerge pull request #1553 from tmccombs/changelog-updateThayne McCombs
Add upcoming to changelog
10 daysdocs: Make auto option for --strip-cwd-prefix more clearThayne McCombs
10 daysfeat: Add option to always include cwd prefixThayne McCombs
Fixes: #1243 Fixes: #1331
10 daysAdd upcoming to changelogThayne McCombs
10 daysAttempt to add aarch64 osx build to CIThayne McCombs
Fixes: #1088
10 daysMerge pull request #1549 from tavianator/jemalloc-aarch64Tavian Barnes
Fix #1085 for real
10 daysFix #1085 for realTavian Barnes
cross doesn't pass all environment variables through into the build container, so JEMALLOC_SYS_WITH_LG_PAGE=16 wasn't being picked up from the host. Instead, set it explicitly in Cross.toml. Link: https://github.com/cross-rs/cross/wiki/Configuration
11 daysMerge pull request #1548 from tmccombs/release-9.1.0v10.0.0Thayne McCombs
Release 10.0.0
11 daysPrepare for 10.0.0 releaseThayne McCombs
11 daysAdd @timestamp to --helpThayne McCombs
11 daysAdd script to automate some of release process.Thayne McCombs
13 daysMerge pull request #1547 from tavianator/jemalloc-aarch64Thayne McCombs
ci: Support large page sizes on AArch64
13 daysci: Support large page sizes on AArch64Tavian Barnes
Fixes #1085.
2024-05-01Merge pull request #1544 from sharkdp/dependabot/cargo/libc-0.2.154Thayne McCombs
build(deps): bump libc from 0.2.153 to 0.2.154
2024-05-01build(deps): bump libc from 0.2.153 to 0.2.154dependabot[bot]
Bumps [libc](https://github.com/rust-lang/libc) from 0.2.153 to 0.2.154. - [Release notes](https://github.com/rust-lang/libc/releases) - [Commits](https://github.com/rust-lang/libc/compare/0.2.153...0.2.154) --- updated-dependencies: - dependency-name: libc dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
2024-05-01Merge pull request #1543 from sharkdp/dependabot/cargo/chrono-0.4.38Thayne McCombs
build(deps): bump chrono from 0.4.37 to 0.4.38
2024-05-01Merge pull request #1542 from sharkdp/dependabot/cargo/nix-0.28.0Thayne McCombs
build(deps): bump nix from 0.27.1 to 0.28.0
2024-05-01build(deps): bump chrono from 0.4.37 to 0.4.38dependabot[bot]
Bumps [chrono](https://github.com/chronotope/chrono) from 0.4.37 to 0.4.38. - [Release notes](https://github.com/chronotope/chrono/releases) - [Changelog](https://github.com/chronotope/chrono/blob/main/CHANGELOG.md) - [Commits](https://github.com/chronotope/chrono/compare/v0.4.37...v0.4.38) --- updated-dependencies: - dependency-name: chrono dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
2024-05-01build(deps): bump nix from 0.27.1 to 0.28.0dependabot[bot]
Bumps [nix](https://github.com/nix-rust/nix) from 0.27.1 to 0.28.0. - [Changelog](https://github.com/nix-rust/nix/blob/master/CHANGELOG.md) - [Commits](https://github.com/nix-rust/nix/compare/v0.27.1...v0.28.0) --- updated-dependencies: - dependency-name: nix dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
2024-04-30Fix typo in CHANGELOGDavid Peter
2024-04-30Add test for gitignore workaroundThayne McCombs
And make sure it works for user-supplied path of "." Also add changelog entry
2024-04-30Workaround for bug with gitinored filesThayne McCombs
This is a workaround for https://github.com/BurntSushi/ripgrep/issues/2711 Fixes: #1461
2024-04-29Merge pull request #1492 from AlbydST/masterThayne McCombs
Add installation instructions for more Linux distributions in README
2024-04-29Remove unnecessary sudo in front of commandsAlbydS
Removed unnecessary "sudo" in front of all commands, also removed the "replace sudo with doas..." instruction at the end.
2024-04-29Merge branch 'sharkdp:master' into masterAlbydS
2024-04-28Merge pull request #1540 from tmccombs/revert-git-ignoreThayne McCombs
Stop ignore .git folders by default
2024-04-28Stop ignore .git folders by defaultThayne McCombs
Fixes: #1457 See: #1396, #1403
2024-04-28Merge pull request #1541 from tavianator/clippy-is-emptyThayne McCombs
filesystem: Remove a redundant as_str()
2024-04-28filesystem: Remove a redundant as_str()Tavian Barnes
2024-04-28Merge pull request #1505 from leuven65/masterTavian Barnes
set default path separator to '/' in UCRT64 of MSYS
2024-04-28Merge pull request #1539 from tmccombs/fix-clippyTavian Barnes
Fix deprecation warning.
2024-04-27Fix deprecation warning.Thayne McCombs
2024-04-26Merge pull request #1494 from nabellows/masterThayne McCombs
Add support for @%s time format
2024-04-15Merge pull request #1520 from tmccombs/clippyThayne McCombs
Add clippy using latest rust version to CI
2024-04-14Add clippy using latest rust version to CIThayne McCombs
Fixes: #1511
2024-04-14Merge pull request #1536 from bin-ly/masterThayne McCombs
Use 'MAIN_SEPARATOR_STR' instead of '&MAIN_SEPARATOR.to_string()'
2024-04-15Use 'MAIN_SEPARATOR_STR' instead of '&MAIN_SEPARATOR.to_string()'binlingyu
2024-04-11Merge pull request #1534 from tmccombs/msrv-updateThayne McCombs
Update MSRV to 1.77.2
2024-04-11Update MSRV to 1.77.2Thayne McCombs
Prior to this version, `Command` didn't properly escape command line arguments on windows. Although, the risk of attacker controlled arguments passed through fd is relatively small, I think it is best to upgrade to a version that fixes this. The biggest risk for users is probably running fd with `--exec` or `--exec-batch` on directories that contain files with names controlled by another party (for example a git repo that you cloned). See: https://blog.rust-lang.org/2024/04/09/cve-2024-24576.html Security: CVE-2024-24576
2024-04-01Merge pull request #1530 from sharkdp/dependabot/cargo/lscolors-0.17.0Thayne McCombs
build(deps): bump lscolors from 0.16.0 to 0.17.0
2024-04-01Merge pull request #1529 from sharkdp/dependabot/cargo/aho-corasick-1.1.3Thayne McCombs
build(deps): bump aho-corasick from 1.1.2 to 1.1.3
2024-04-01Merge pull request #1531 from sharkdp/dependabot/cargo/crossbeam-channel-0.5.12Thayne McCombs
build(deps): bump crossbeam-channel from 0.5.11 to 0.5.12