Commit graph

9726 commits

Author SHA1 Message Date
Sylvestre Ledru
d0a4059f34 cp -i: adjust the behavior to match the GNU change
Just like mv

Note that cp -i -u won't show the overwrite question

Matches the change upstream
7a69df88999bedd8e9fccf9f3dfa9ac6907fab66
2023-03-25 11:22:45 +01:00
Sylvestre Ledru
0d5daacf99 mv -i: adjust the behavior to match the GNU change
Matches the change upstream
7a69df88999bedd8e9fccf9f3dfa9ac6907fab66
2023-03-25 11:22:45 +01:00
Daniel Hofstetter
0596e7e49f
Merge pull request #4616 from uutils/renovate/num-bigint-0.x
chore(deps): update rust crate num-bigint to 0.4.3
2023-03-25 08:37:40 +01:00
Sylvestre Ledru
5d3b7e3d74
Merge pull request #4593 from tertsdiepraam/default-env-for-tests
Default environment variables for tests
2023-03-25 08:08:59 +01:00
Sylvestre Ledru
bf22908f7c
fix some english typos (#4618)
* fix some english typos

Co-authored-by: Terts Diepraam <terts.diepraam@gmail.com>

---------

Co-authored-by: Terts Diepraam <terts.diepraam@gmail.com>
2023-03-25 08:08:25 +01:00
Sylvestre Ledru
20cfd299e7
Merge pull request #4493 from tertsdiepraam/shred-expand-buffer-size
`shred`: refactor to clean up code and reduce syscalls
2023-03-24 23:15:13 +01:00
Sylvestre Ledru
449b405eb1
Improve a syntax of the md 2023-03-24 23:15:07 +01:00
Sylvestre Ledru
f3c2ae853a
Improve a syntax of the md 2023-03-24 23:14:57 +01:00
Sylvestre Ledru
8e1082458f
Merge pull request #4393 from cakebaker/uucore_indent_usage_info
uucore: indent multiline usage info
2023-03-24 23:13:11 +01:00
Sylvestre Ledru
ed4222e731
Merge pull request #4470 from tertsdiepraam/release-fast-and-small
`release-fast` and `release-small` profiles and a page on packaging in the docs.
2023-03-24 23:03:18 +01:00
Sylvestre Ledru
cd7d9b721d
Merge pull request #4566 from SSJDeathSpawn/main
fix: to show the name of utility instead of 'manpages'
2023-03-24 22:55:49 +01:00
renovate[bot]
858a6c9d17
chore(deps): update rust crate num-bigint to 0.4.3 2023-03-24 21:28:41 +00:00
Sylvestre Ledru
5825cab627
Merge pull request #4595 from cakebaker/bump_clap_to_4_1_13
Bump clap from 4.1.8 to 4.1.13
2023-03-24 20:34:08 +01:00
Sylvestre Ledru
a4a290caf2
Merge branch 'main' into default-env-for-tests 2023-03-24 20:33:34 +01:00
Sylvestre Ledru
99f8eb54b2
Merge pull request #4596 from uutils/renovate/blake3-1.x
chore(deps): update rust crate blake3 to 1.3.3
2023-03-24 20:17:51 +01:00
Sylvestre Ledru
f7b88dac20
Merge pull request #4594 from miles170/test-remove-keep-env
Remove `keep_env` from the test framework
2023-03-24 20:15:58 +01:00
Sylvestre Ledru
e2986c5db7
Merge pull request #4597 from uutils/renovate/chrono-0.x
chore(deps): update rust crate chrono to ^0.4.24
2023-03-24 20:14:28 +01:00
Sylvestre Ledru
b1d254d58f
Merge pull request #4603 from uutils/renovate/hex-literal-0.x
chore(deps): update rust crate hex-literal to 0.3.4
2023-03-24 20:13:34 +01:00
Sylvestre Ledru
d4b84c373c
Merge pull request #4601 from cakebaker/update_reference_to_9.2
GNU/coreutils: update reference to 9.2
2023-03-24 17:03:33 +01:00
renovate[bot]
603ba39128
chore(deps): update rust crate hex-literal to 0.3.4 2023-03-24 15:07:45 +00:00
Daniel Hofstetter
b9176aa3b0
Merge pull request #4599 from sylvestre/depen
remove dependabot configuration. we are using renovatebot
2023-03-24 14:36:20 +01:00
Daniel Hofstetter
e155994dc5 GNU/coreutils: update reference to 9.2 2023-03-24 14:25:40 +01:00
Sylvestre Ledru
8774a09eb4 remove dependabot configuration. we are using renovatebot 2023-03-24 10:38:02 +01:00
renovate[bot]
e86c94233a
chore(deps): update rust crate chrono to ^0.4.24 2023-03-24 09:34:01 +00:00
renovate[bot]
2ed432ebdc
chore(deps): update rust crate blake3 to 1.3.3 2023-03-24 09:32:18 +00:00
Daniel Hofstetter
0abe42189e Bump clap from 4.1.8 to 4.1.13 2023-03-24 10:21:28 +01:00
Miles Liu
81a4e8fb7d
Remove keep_env from the test framework 2023-03-24 14:25:37 +08:00
Daniel Hofstetter
cc77a952f5
Merge pull request #4589 from piotrkwiecinski/more-move-string-to-md-file
more: move help strings to markdown file
2023-03-24 07:11:37 +01:00
Daniel Hofstetter
e03ed21e10
Merge pull request #4591 from piotrkwiecinski/nice-move-string-to-md-file
nice: move help strings to markdown file
2023-03-24 07:06:13 +01:00
Piotr Kwiecinski
d4758ff3c8 more: modernize about section 2023-03-23 18:44:03 +01:00
Terts Diepraam
c8ece3e972 test_touch: test a specific time with DST problems
Use a specific time to check whether any DST problems arise. The test is
also ignored, because this functionality seems to be broken at the
moment. Still, this is an improvement, because it is more reliable and
does not need to obtain a local offset, which might lead to a panic in
the time library.
2023-03-23 18:16:57 +01:00
Terts Diepraam
4dd88680eb tests: define default env vars for test commands
We now run each command with TZ=UTC and LC_ALL=C to ensure consistent
behavior independent from external timezone and locale settings. These
can still be overridden with other values if necessary.
2023-03-23 18:15:05 +01:00
Sylvestre Ledru
9090dd783a
Merge pull request #4590 from piotrkwiecinski/mv-move-string-to-md-file
mv: move help strings to markdown file
2023-03-23 18:11:45 +01:00
Piotr Kwiecinski
ac01925583 mv: restore backup control long help 2023-03-23 16:12:55 +01:00
Piotr Kwiecinski
6c9664433f more: group about and usage 2023-03-23 16:09:04 +01:00
Piotr Kwiecinski
04c0b5118d mv: remove long help, change static to const, remove whitespace 2023-03-23 16:06:10 +01:00
Daniel Hofstetter
7853d3707b
Merge pull request #4583 from piotrkwiecinski/join-move-string-to-md-file
join: move help strings to markdown file
2023-03-23 16:01:53 +01:00
Piotr Kwiecinski
896314a64e nice: move help strings to markdown file 2023-03-23 14:52:33 +01:00
Piotr Kwiecinski
0768c63361 mv: move help strings to markdown file 2023-03-23 14:30:17 +01:00
Piotr Kwiecinski
d96aa3e098 more: move help strings to markdown file 2023-03-23 14:07:12 +01:00
Daniel Hofstetter
2db88f1f26
Merge pull request #4585 from piotrkwiecinski/id-move-string-to-md-file
id: move help strings to a markdown file
2023-03-23 13:46:21 +01:00
Daniel Hofstetter
5d9585a743
Merge pull request #4587 from piotrkwiecinski/logname-move-string-to-md-file
logname: move help strings to markdown file
2023-03-23 13:43:12 +01:00
Daniel Hofstetter
c51e0db35f
join: add missing "join" to markdown file 2023-03-23 13:38:27 +01:00
Daniel Hofstetter
6970da3b2b
Merge pull request #4581 from piotrkwiecinski/touch-move-string-to-md-file
touch: move help strings to markdown file
2023-03-23 13:34:26 +01:00
Daniel Hofstetter
2c8028a1d1
Merge pull request #4582 from sylvestre/sccache-action
use sccache action 0.0.3 - automatically uses the most recent version of sccache
2023-03-23 13:30:55 +01:00
Piotr Kwiecinski
6adcf066de logname: move help strings to markdown file 2023-03-23 12:06:59 +01:00
Piotr Kwiecinski
186c85522e id: move help strings to a markdown file 2023-03-23 11:16:03 +01:00
Piotr Kwiecinski
540435806c join: move help strings to markdown file 2023-03-23 10:44:29 +01:00
Daniel Hofstetter
74d8f2fae8
Merge pull request #4578 from daviddwk/fix-util-unnecessary-boolean-not
util: fix unnecessary boolean not operations
2023-03-23 10:41:47 +01:00
Sylvestre Ledru
915618edc1 use sccache action 0.0.3 - automatically uses the most recent version of sccache 2023-03-23 10:29:03 +01:00