mirror of
git://git.sv.gnu.org/coreutils.git
synced 2026-06-06 01:36:28 +02:00
b95c6ac7d2
* src/ls.c: Track if --time=mtime is explicitly specified, so that we can apply the GNU extension of sorting by the specified time, when not displaying (-l not specified), and not explicitly sorting (-t not specified). * tests/ls/ls-time.sh: Add / Update test cases. Fixes https://bugs.gnu.org/71803