[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[PATCH v3 0/6] More ls improvements
From: |
Glenn Washburn |
Subject: |
[PATCH v3 0/6] More ls improvements |
Date: |
Sat, 4 Jan 2025 02:58:22 -0600 |
Considering Daniel's feedback on the v2 of this patch series, I've broken up
patches #1 and #2 and dropped patch #3 from the original series. These changes
make the output of the ls command a little more like the GNU ls output.
Glenn
Glenn Washburn (6):
commands/ls: Return proper GRUB_ERR_* for functions returning type
grub_err_t
commands/ls: Merge print_files_long and print_files into print_file
commands/ls: Show modification time for file paths
commands/ls: Output path for single file arguments given with path
commands/ls: Print full paths for file args
commands/ls: Add directory header for dir args
grub-core/commands/ls.c | 93 ++++++++++++++++++++---------------------
1 file changed, 46 insertions(+), 47 deletions(-)
--
2.34.1
- [PATCH v3 0/6] More ls improvements,
Glenn Washburn <=
- [PATCH v3 1/6] commands/ls: Return proper GRUB_ERR_* for functions returning type grub_err_t, Glenn Washburn, 2025/01/04
- [PATCH v3 2/6] commands/ls: Merge print_files_long and print_files into print_file, Glenn Washburn, 2025/01/04
- [PATCH v3 3/6] commands/ls: Show modification time for file paths, Glenn Washburn, 2025/01/04
- [PATCH v3 4/6] commands/ls: Output path for single file arguments given with path, Glenn Washburn, 2025/01/04
- [PATCH v3 5/6] commands/ls: Print full paths for file args, Glenn Washburn, 2025/01/04
- [PATCH v3 6/6] commands/ls: Add directory header for dir args, Glenn Washburn, 2025/01/04