Pat Laster
|
a3f35a726c
|
Add override for prompting
|
2022-10-13 20:03:35 -05:00 |
|
Pat Laster
|
e11dd50eb4
|
Added comments
|
2022-10-13 20:03:35 -05:00 |
|
Pat Laster
|
355136936f
|
Fixed force rm
|
2022-10-13 20:03:35 -05:00 |
|
Pat Laster
|
3a1098489e
|
Small fix
|
2022-10-13 20:03:35 -05:00 |
|
Pat Laster
|
0507270f90
|
Clippy is going to be the death of me
|
2022-10-13 20:03:35 -05:00 |
|
Pat Laster
|
70bf4f36a0
|
Added test to check rm force prompts order
|
2022-10-13 20:03:35 -05:00 |
|
Pat Laster
|
3c39a57da0
|
Check force position in rm
|
2022-10-13 20:03:35 -05:00 |
|
Pat Laster
|
50d2948aa1
|
Fixed rm --force argument not forcing prompt to not show up
|
2022-10-13 20:03:35 -05:00 |
|
Pat Laster
|
6856ce0bf4
|
Fixed handle_writable_directory on windows
|
2022-10-13 20:03:35 -05:00 |
|
Pat Laster
|
1f50df2af6
|
Fixed spelling error
|
2022-10-13 20:03:35 -05:00 |
|
Pat Laster
|
30adc8e037
|
Added windows version of handle_writable_directory
|
2022-10-13 20:03:35 -05:00 |
|
Pat Laster
|
6245029445
|
rm: rm3 now passes
|
2022-10-13 20:03:35 -05:00 |
|
Sylvestre Ledru
|
2021c56dd0
|
Merge pull request #4045 from tertsdiepraam/phf-0.11
deps: update phf to 0.11.1
|
2022-10-13 21:18:28 +02:00 |
|
Terts Diepraam
|
696f0f18bb
|
deps: update phf to 0.11.1
|
2022-10-13 16:18:17 +02:00 |
|
Terts Diepraam
|
28127a433e
|
Merge pull request #4043 from sylvestre/clippy
Fix some clippy warnings
|
2022-10-13 14:03:57 +02:00 |
|
Sylvestre Ledru
|
fb7c8b058b
|
Merge pull request #4041 from uutils/dependabot/cargo/time-0.3.15
build(deps): bump time from 0.3.14 to 0.3.15
|
2022-10-13 11:46:12 +02:00 |
|
Sylvestre Ledru
|
6e14dea73b
|
Fix some clippy warnings
Fixed with `cargo clippy --features unix --fix`
and manually
|
2022-10-13 09:07:22 +02:00 |
|
Sylvestre Ledru
|
26cc5b9c20
|
Merge pull request #4011 from tertsdiepraam/env-signal-handling
`env`: reraise signal from child process
|
2022-10-13 09:02:21 +02:00 |
|
dependabot[bot]
|
663ce3468f
|
build(deps): bump time from 0.3.14 to 0.3.15
Bumps [time](https://github.com/time-rs/time) from 0.3.14 to 0.3.15.
- [Release notes](https://github.com/time-rs/time/releases)
- [Changelog](https://github.com/time-rs/time/blob/main/CHANGELOG.md)
- [Commits](https://github.com/time-rs/time/compare/v0.3.14...v0.3.15)
---
updated-dependencies:
- dependency-name: time
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
|
2022-10-12 19:57:04 +00:00 |
|
Sylvestre Ledru
|
32b1fc6420
|
Merge pull request #4039 from uutils/dependabot/cargo/dunce-1.0.3
build(deps): bump dunce from 1.0.2 to 1.0.3
|
2022-10-12 21:56:56 +02:00 |
|
Sylvestre Ledru
|
aa81f4675f
|
Merge pull request #3994 from tertsdiepraam/msrv-1.60
Bump MSRV to 1.60
|
2022-10-12 21:55:09 +02:00 |
|
dependabot[bot]
|
68f2b44c88
|
build(deps): bump dunce from 1.0.2 to 1.0.3
Bumps [dunce](https://gitlab.com/kornelski/dunce) from 1.0.2 to 1.0.3.
- [Release notes](https://gitlab.com/kornelski/dunce/tags)
- [Commits](https://gitlab.com/kornelski/dunce/commits/v1.0.3)
---
updated-dependencies:
- dependency-name: dunce
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
|
2022-10-12 16:54:02 +00:00 |
|
Sylvestre Ledru
|
bd5e46ab67
|
Merge pull request #4035 from tertsdiepraam/update-github-script
CI/GnuComment: update github-script action
|
2022-10-12 18:53:41 +02:00 |
|
Sylvestre Ledru
|
123f69eccc
|
Merge pull request #4038 from uutils/dependabot/cargo/libc-0.2.135
build(deps): bump libc from 0.2.132 to 0.2.135
|
2022-10-12 18:51:56 +02:00 |
|
dependabot[bot]
|
5261a307f7
|
build(deps): bump libc from 0.2.132 to 0.2.135
Bumps [libc](https://github.com/rust-lang/libc) from 0.2.132 to 0.2.135.
- [Release notes](https://github.com/rust-lang/libc/releases)
- [Commits](https://github.com/rust-lang/libc/compare/0.2.132...0.2.135)
---
updated-dependencies:
- dependency-name: libc
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
|
2022-10-12 12:55:41 +00:00 |
|
Sylvestre Ledru
|
505a41e921
|
Merge pull request #3986 from uutils/dependabot/cargo/thiserror-1.0.37
build(deps): bump thiserror from 1.0.36 to 1.0.37
|
2022-10-12 13:39:47 +02:00 |
|
Terts Diepraam
|
f8f3ae3c65
|
bump msrv to 1.60
|
2022-10-12 12:09:28 +02:00 |
|
Terts Diepraam
|
0a446db839
|
CI/GnuComment: update github-script action
|
2022-10-12 12:08:33 +02:00 |
|
Sylvestre Ledru
|
af13472223
|
Merge pull request #4033 from tertsdiepraam/0.0.16-patches
`chroot`: declare fs feature of uucore in Cargo.toml
|
2022-10-12 11:20:27 +02:00 |
|
Terts Diepraam
|
d9f36eed6e
|
chroot: declare fs feature of uucore in Cargo.toml
|
2022-10-12 10:55:42 +02:00 |
|
dependabot[bot]
|
aad41818b2
|
build(deps): bump thiserror from 1.0.36 to 1.0.37
Bumps [thiserror](https://github.com/dtolnay/thiserror) from 1.0.36 to 1.0.37.
- [Release notes](https://github.com/dtolnay/thiserror/releases)
- [Commits](https://github.com/dtolnay/thiserror/compare/1.0.36...1.0.37)
---
updated-dependencies:
- dependency-name: thiserror
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
|
2022-10-12 07:27:42 +00:00 |
|
Sylvestre Ledru
|
b7c298afee
|
Merge pull request #4020 from ackerleytng/main
dircolors: align TERM matching behavior with that of GNU dircolors
|
2022-10-12 09:27:34 +02:00 |
|
Sylvestre Ledru
|
15ed0534ba
|
Improve the formating + remove debug message
|
2022-10-12 09:26:20 +02:00 |
|
Sylvestre Ledru
|
2ca433e547
|
Merge pull request #4029 from tertsdiepraam/version-0.0.16
Version 0.0.16
|
2022-10-12 09:25:14 +02:00 |
|
Terts Diepraam
|
f15c4f2d3e
|
Version 0.0.16
|
2022-10-11 23:03:39 +02:00 |
|
Terts Diepraam
|
84f9879e5c
|
util/update-version: fix update of uu_base32 dependency
|
2022-10-11 23:03:18 +02:00 |
|
Terts Diepraam
|
b2b46a6835
|
util/update-version: also update Cargo.toml of uucore
|
2022-10-11 22:58:04 +02:00 |
|
Terts Diepraam
|
b869c78343
|
util/publish: update to correctly handle dependencies between utils
|
2022-10-11 22:49:04 +02:00 |
|
Sylvestre Ledru
|
e127fb2eba
|
GNU comment: Need casting ...
|
2022-10-11 22:19:49 +02:00 |
|
Sylvestre Ledru
|
d68dd23a56
|
GNU comment: Only display a comment if there is any (#4026)
* GNU comment: Only display a comment if there is any
|
2022-10-11 20:58:00 +02:00 |
|
Sylvestre Ledru
|
fa17a94a73
|
Merge pull request #4028 from chadbrewbaker/factortest
fix MIRI crash of long running unit test
|
2022-10-11 20:57:09 +02:00 |
|
Chad Brewbaker
|
cbb9db7be7
|
fix MIRI crash of long test
|
2022-10-11 12:11:52 -05:00 |
|
Sylvestre Ledru
|
5b603c8c52
|
Merge pull request #4025 from uutils/revert-4021-dependabot/github_actions/actions/github-script-6.3.1
Revert "build(deps): bump actions/github-script from 3.1.0 to 6.3.1"
|
2022-10-11 08:42:49 +02:00 |
|
Sylvestre Ledru
|
d1e2bb7746
|
Revert "build(deps): bump actions/github-script from 3.1.0 to 6.3.1"
|
2022-10-11 08:42:26 +02:00 |
|
Terts Diepraam
|
f4365d4751
|
Merge pull request #4004 from sylvestre/chroot
chroot: improve support of --skip-chdir
|
2022-10-10 16:12:01 +02:00 |
|
Sylvestre Ledru
|
d768b19f2b
|
chroot: improve support of --skip-chdir
Should unbreak tests/misc/chroot-fail.sh
|
2022-10-10 14:07:45 +02:00 |
|
Sylvestre Ledru
|
d6ca61c279
|
Merge pull request #4017 from uutils/sylvestre-patch-2
GNU testsuite result: Improve the display
|
2022-10-10 14:02:28 +02:00 |
|
Sylvestre Ledru
|
2cd95851d4
|
Merge pull request #4018 from uutils/sylvestre-patch-3
Remove unnecessary permissions
|
2022-10-10 14:02:06 +02:00 |
|
Sylvestre Ledru
|
91bb69fe6c
|
Merge pull request #4021 from uutils/dependabot/github_actions/actions/github-script-6.3.1
build(deps): bump actions/github-script from 3.1.0 to 6.3.1
|
2022-10-10 14:01:15 +02:00 |
|
dependabot[bot]
|
0c2646ad52
|
build(deps): bump actions/github-script from 3.1.0 to 6.3.1
Bumps [actions/github-script](https://github.com/actions/github-script) from 3.1.0 to 6.3.1.
- [Release notes](https://github.com/actions/github-script/releases)
- [Commits](https://github.com/actions/github-script/compare/v3.1...v6.3.1)
---
updated-dependencies:
- dependency-name: actions/github-script
dependency-type: direct:production
update-type: version-update:semver-major
...
Signed-off-by: dependabot[bot] <support@github.com>
|
2022-10-10 06:39:44 +00:00 |
|