freebsd-dev/bin/ls
Xin LI 183714f3f7 It has been long time that when doing 'ls -G /path/to/a/symlink', instead of
using the color of symbolic link, the color is determined by the link target.
This behavior was quite confusing.

Looking at the file history, it looks like that r203665 intends to fix this
but the issue was never actually fixed.

Fix this by not setting FTS_COMFOLLOW when color is requested like what was
done in r203665.

MFC after:	2 weeks
2015-06-08 19:13:04 +00:00
..
cmp.c Replace spaces with tabs where appropriate. 2012-11-08 23:45:19 +00:00
extern.h Replace spaces with tabs where appropriate. 2012-11-08 23:45:19 +00:00
ls.1 Bump Dd, missed as part of r264098 and related commits. 2014-04-13 01:47:15 +00:00
ls.c It has been long time that when doing 'ls -G /path/to/a/symlink', instead of 2015-06-08 19:13:04 +00:00
ls.h Replace spaces with tabs where appropriate. 2012-11-08 23:45:19 +00:00
Makefile Convert bin/ to LIBADD, reduce overlinking allow to build all components as 2014-11-25 11:15:40 +00:00
print.c Undo over-aggressive conversion of spaces to tabs. ie: those within 2012-11-09 20:19:56 +00:00
util.c When WCHAR_MIN == 0 the check if a wchar_t value will always be true. In 2013-01-06 02:50:38 +00:00