renovate[bot]
d3406b0c66
chore(deps): update rust crate lscolors to 0.14.0
2023-04-12 20:30:46 +00:00
Terts Diepraam
08c5f3b61b
Merge pull request #4733 from sylvestre/improv-ls
...
Improve the readibility of ls code
2023-04-12 11:21:17 +02:00
Daniel Hofstetter
248be61c32
Merge pull request #4732 from uutils/renovate/sha3-0.x
...
chore(deps): update rust crate sha3 to 0.10.7
2023-04-12 07:08:41 +02:00
renovate[bot]
692af0957d
chore(deps): update rust crate sha3 to 0.10.7
2023-04-11 23:07:14 +00:00
Sylvestre Ledru
c8d2a9ad0e
ls: document the new functions
2023-04-11 23:13:04 +02:00
Sylvestre Ledru
ee0fc86ce8
ls: remove cognitive_complexity clippy allow
2023-04-11 23:03:41 +02:00
Sylvestre Ledru
33d4ab82ba
ls: extract most of the content into functions
2023-04-11 23:02:48 +02:00
Sylvestre Ledru
20794c4cbb
Merge pull request #4730 from cakebaker/fix_gnutests_yml
...
CICD: fix full path for the ignore list
2023-04-11 17:29:33 +02:00
Daniel Hofstetter
b005b0e0ed
CICD: fix full path for the ignore list
2023-04-11 15:22:44 +02:00
Daniel Hofstetter
75cad4ddcb
Merge pull request #4728 from uutils/sylvestre-patch-2
...
Use the full path for the ignore list
2023-04-11 07:48:13 +02:00
Sylvestre Ledru
0a559ab3de
Use the full path for the ignore list
2023-04-10 19:24:25 +02:00
Sylvestre Ledru
be1fd3d065
Merge pull request #4722 from cakebaker/remove_extern_crate_statements_in_tests
...
tests: remove all "extern crate" statements
2023-04-10 09:38:14 +02:00
Daniel Hofstetter
7a888da409
tests: remove all "extern crate" statements
2023-04-10 08:31:31 +02:00
Sylvestre Ledru
1a8f2a78c0
Merge pull request #4721 from cakebaker/remove_extern_crate_statements
...
Remove some unnecessary "extern crate" statements
2023-04-09 16:43:05 +02:00
Daniel Hofstetter
4355fb7f78
Remove some unnecessary "extern crate" statements
2023-04-09 16:12:45 +02:00
Sylvestre Ledru
2f6c505ff2
Merge pull request #4718 from cakebaker/touch_remove_extern_crates
...
touch: remove unnecessary "extern crate"s
2023-04-09 15:09:36 +02:00
Sylvestre Ledru
7401419d27
Merge pull request #4720 from cakebaker/uucore_remove_commented_out_imports
...
uucore: remove commented out imports
2023-04-09 15:09:08 +02:00
Daniel Hofstetter
dfea103bc4
uucore: remove commented out imports
2023-04-09 14:53:15 +02:00
Daniel Hofstetter
81b1bc1fa7
touch: remove unnecessary "extern crate"s
2023-04-08 16:34:29 +02:00
Daniel Hofstetter
213bbb8e54
Merge pull request #4717 from Xalfer/touch
...
touch: add support for --ref and --date together
2023-04-08 16:12:46 +02:00
xalfer
9badfcd7d2
touch: fix clippy lints
2023-04-08 12:23:24 +02:00
xalfer
19e456fe2a
touch: add support for --ref and --date together
...
This commit resolves issue #4608 .
To make it relatively straightforward to implement I have taken some
code from parse_date and put it inside a function parse_relative_time.
This commit changes and adds some test as well to work with the new
functionality.
2023-04-07 21:36:26 +02:00
Sylvestre Ledru
da15928d71
Merge pull request #4712 from cakebaker/factor_remove_extern_crate
...
factor: remove unnecessary "extern crate" in test
2023-04-07 09:46:46 +02:00
Daniel Hofstetter
305087f8e2
factor: remove unnecessary "extern crate" in test
2023-04-06 14:52:54 +02:00
Sylvestre Ledru
2172b0cae0
Merge pull request #4711 from cakebaker/factor_fix_unused_import_in_test
...
factor: fix unused import in test
2023-04-06 11:16:08 +02:00
Daniel Hofstetter
74a95bc7a5
factor: expand glob import in test
2023-04-06 09:47:21 +02:00
Daniel Hofstetter
20a8b5ac9e
factor: fix "unused import" warning in test
2023-04-06 09:45:13 +02:00
Daniel Hofstetter
69f4944a6e
Merge pull request #4709 from uutils/renovate/hex-literal-0.x
...
chore(deps): update rust crate hex-literal to 0.4.1
2023-04-06 08:08:29 +02:00
renovate[bot]
bedb0d14a6
chore(deps): update rust crate hex-literal to 0.4.1
2023-04-05 15:30:31 +00:00
Terts Diepraam
f82f92ec9f
Merge pull request #4672 from sylvestre/dircolors
...
dircolors: trigger an error when used on /
2023-04-05 00:01:19 +02:00
Sylvestre Ledru
90609044eb
Merge pull request #4707 from cakebaker/wc_improve_readability_of_tests
...
wc: use concat! to improve readability of tests
2023-04-04 20:00:19 +02:00
Daniel Hofstetter
b8eb9d3552
wc: use concat! to improve readability of tests
2023-04-04 16:36:49 +02:00
Sylvestre Ledru
a778786420
Merge pull request #4706 from uutils/renovate/libc-0.x
...
fix(deps): update rust crate libc to 0.2.141
2023-04-04 13:33:18 +02:00
renovate[bot]
120a5f6d76
fix(deps): update rust crate libc to 0.2.141
2023-04-04 10:22:35 +00:00
Daniel Hofstetter
7949778d1b
Merge pull request #4704 from piotrkwiecinski/unexpand-move-string-to-md-file
...
unexpand: move help strings to markdown file
2023-04-04 07:48:54 +02:00
Daniel Hofstetter
7ad367675e
Merge pull request #4703 from piotrkwiecinski/true-move-string-to-md-file
...
true: move help strings to markdown file
2023-04-04 07:46:21 +02:00
Piotr Kwiecinski
f920d44e62
unexpand: move help strings to markdown file
2023-04-03 17:06:58 +02:00
Piotr Kwiecinski
1c9b49025b
true: move help strings to markdown file
2023-04-03 16:54:37 +02:00
Daniel Hofstetter
0c1feb51ff
Merge pull request #4701 from m11o/pinky-move-strings-to-md-files
...
pinky: move help strings to markdown file
2023-04-03 09:42:03 +02:00
Masahito Osako
cae3e6d13f
Update src/uu/pinky/src/pinky.rs
...
Co-authored-by: Daniel Hofstetter <daniel.hofstetter@42dh.com>
2023-04-03 14:57:01 +09:00
Masahito Osako
3887bc7af4
Merge branch 'main' into pinky-move-strings-to-md-files
2023-04-03 08:03:51 +09:00
Masahito Osako
0877677697
Update src/uu/pinky/pinky.md
...
Co-authored-by: Sylvestre Ledru <sledru@mozilla.com>
2023-04-03 07:26:34 +09:00
Sylvestre Ledru
eb11c4006f
tee: add missing feature
2023-04-02 21:01:05 +02:00
Sylvestre Ledru
0a6f1758b9
add missing feature
2023-04-02 20:59:02 +02:00
m11o
0161775af3
pinky: move help strings to markdown file
2023-04-03 00:37:14 +09:00
Sylvestre Ledru
3247e1b5e1
Merge pull request #4639 from sylvestre/version
...
0.0.17 => 0.0.18
2023-04-02 11:31:24 +02:00
Daniel Hofstetter
dfe31afa9f
Merge pull request #4699 from uutils/renovate/hex-literal-0.x
...
chore(deps): update rust crate hex-literal to 0.4.0
2023-04-02 11:10:19 +02:00
Sylvestre Ledru
dc8d07ccce
Merge pull request #4695 from cakebaker/wc_total
...
wc: implement --total
2023-04-02 10:25:40 +02:00
renovate[bot]
cf9c75d364
chore(deps): update rust crate hex-literal to 0.4.0
2023-04-02 06:17:07 +00:00
Daniel Hofstetter
0fa08757fa
wc: implement --total
2023-03-31 08:16:46 +02:00