From: Jim Meyering Date: Thu, 5 Feb 2004 09:08:52 +0000 (+0000) Subject: *** empty log message *** X-Git-Tag: v5.1.3~39 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=816174d1199461de6fbd7c870139a0eee9a36819;p=thirdparty%2Fcoreutils.git *** empty log message *** --- diff --git a/TODO b/TODO index e15c25a97c..1428362be0 100644 --- a/TODO +++ b/TODO @@ -149,3 +149,9 @@ Changes expected to go in, post-5.2.0: This will mean adding \n to default formats, internally. test/mv/*: clean up $other_partition_tmpdir in all cases + + ls: when both -l and --dereference-command-line-symlink-to-dir are + specified, consider whether to let the latter select whether to + dereference command line symlinks to directories. Since -l has + an implicit --NO-dereference-command-line-symlink-to-dir meaning. + Pointed out by Karl Berry.