summaryrefslogtreecommitdiff
path: root/NEWS
diff options
context:
space:
mode:
authorKamil Dudka <kdudka@redhat.com>2008-10-27 15:38:23 +0100
committerJim Meyering <meyering@redhat.com>2008-10-28 21:08:30 +0100
commit1e48b1fee5fa2ad2d1802771eafbfcddb38a24cb (patch)
treeb0b321cac1797bb61a9853cebd0209067d83d9cf /NEWS
parent5dc070cc866477bc4899221ecceb1c294db99371 (diff)
downloadcoreutils-1e48b1fee5fa2ad2d1802771eafbfcddb38a24cb.tar.xz
ls: --color now highlights hard linked files, too
* src/ls.c (print_color_indicator): Colorize hard linked files. * src/dircolors.c: Add color for hard link. * src/dircolors.hin: Add color for hard link. * tests/ls/hardlink: Test for ls - colorize hard linked files. * tests/Makefile.am (TESTS): Add ls/hardlink. * NEWS: Mention the change.
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS2
1 files changed, 2 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index 79d514876..cbea67c3d 100644
--- a/NEWS
+++ b/NEWS
@@ -4,6 +4,8 @@ GNU coreutils NEWS -*- outline -*-
** New features
+ ls --color now highlights hard linked files, too
+
stat -f recognizes the Lustre file system type
** Bug fixes