diff options
author | Jim Meyering <jim@meyering.net> | 2004-02-05 09:08:52 +0000 |
---|---|---|
committer | Jim Meyering <jim@meyering.net> | 2004-02-05 09:08:52 +0000 |
commit | 816174d1199461de6fbd7c870139a0eee9a36819 (patch) | |
tree | 7b9ec71acb82fd2226a0d6fac8224ad906da1f50 /TODO | |
parent | 54da1d6493f4687b8d7c6838d13b9827c49297de (diff) | |
download | coreutils-816174d1199461de6fbd7c870139a0eee9a36819.tar.xz |
*** empty log message ***
Diffstat (limited to 'TODO')
-rw-r--r-- | TODO | 6 |
1 files changed, 6 insertions, 0 deletions
@@ -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. |