ls --color: do not colorize files with multiple hard links by default
commit0df338f6719ec2bcf1e1dea2d8b12dc66daf8a1e
authorKamil Dudka <kdudka@redhat.com>
Wed, 10 Jun 2009 17:44:43 +0000 (10 19:44 +0200)
committerJim Meyering <meyering@redhat.com>
Thu, 11 Jun 2009 07:53:50 +0000 (11 09:53 +0200)
tree4c77cf9c92a258da00f48e002142e9e4946d7bc1
parent502be19e0fdb52dbc76fe95d5a4966ef0b06f3dc
ls --color: do not colorize files with multiple hard links by default

* src/ls.c: Rename hl->mh, do not colorize files with multiple
hard links by default.
* src/dircolors.c: Rename HARDLINK -> MULTIHARDLINK, hl -> mh.
* src/dircolors.hin: Do not colorize files with multiple hard links by
default.
* tests/Makefile.am: Rename the test case accordingly.
* tests/ls/multihardlink: Additionally test ls' default behavior
and factor out some duplication.
* NEWS: Mention the change in behavior.
NEWS
src/dircolors.c
src/dircolors.hin
src/ls.c
tests/Makefile.am
tests/ls/hardlink [deleted file]
tests/ls/multihardlink [new file with mode: 0755]