mirror of
git://git.sv.gnu.org/coreutils
synced 2026-05-11 17:39:33 -04: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