From 1e48b1fee5fa2ad2d1802771eafbfcddb38a24cb Mon Sep 17 00:00:00 2001 From: Kamil Dudka Date: Mon, 27 Oct 2008 15:38:23 +0100 Subject: 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. --- NEWS | 2 ++ 1 file changed, 2 insertions(+) (limited to 'NEWS') 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 -- cgit v1.2.3-54-g00ecf