Re: [PATCH v2 1/3] commands/ls: Allow printing mtime for file arguments

2024-11-27 Thread Daniel Kiper
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

[PATCH v2 1/3] commands/ls: Allow printing mtime for file arguments

2024-06-08 Thread Glenn Washburn
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 directo