]> git.ipfire.org Git - thirdparty/coreutils.git/commit
ls: -A now overrides -a
authorPaul Eggert <eggert@cs.ucla.edu>
Tue, 27 Mar 2018 21:55:22 +0000 (14:55 -0700)
committerPaul Eggert <eggert@cs.ucla.edu>
Tue, 27 Mar 2018 22:05:22 +0000 (15:05 -0700)
commit8d6acfd853fe78f9b47fe3a317b55d904278f89f
tree8ae34bd27b8f8cd8e2a7e08a307b9bfff7218e62
parent49b126bfc5ae78c8fd913699aa645c10187af1c5
ls: -A now overrides -a

Problem reported by Karl Berry (Bug#30963).
* NEWS: Mention this.
* src/ls.c (decode_switches): Implement this.
* tests/ls/a-option.sh: New file.
* tests/local.mk (all_tests): Add it.
NEWS
src/ls.c
tests/local.mk
tests/ls/a-option.sh [new file with mode: 0755]