On Sat, Jun 08, 2024 at 04:58:31PM -0500, Glenn Washburn wrote: > File arguments were processed differently than files listed from directory > arguments. A side effect of this was that mtime was not shown for file > arguments when long listing was enabled. Refactor to have the same code > path for printing files that are arguments and ones that are contained in > directories. This also has the added benefit of simplifying the code path.
I think you are doing at least three different things in this patch. First you change how print_files_long() works. Than you replace print_files() and print_files_long() with print_files(). And finally you change how the ls works in general. So, I can see three patches here... Daniel _______________________________________________ Grub-devel mailing list Grub-devel@gnu.org https://lists.gnu.org/mailman/listinfo/grub-devel