summaryrefslogtreecommitdiff
path: root/TODO
diff options
context:
space:
mode:
authorJim Meyering <jim@meyering.net>2003-03-10 18:27:27 +0000
committerJim Meyering <jim@meyering.net>2003-03-10 18:27:27 +0000
commit2cfe7f19eb8dd6b45c7a861009dd4466263ae161 (patch)
tree90a3021ed673fe76bac7e3e8116bbd0b8db3edca /TODO
parent1a91a03bd047ed2807403460e71d607dba4483db (diff)
downloadcoreutils-2cfe7f19eb8dd6b45c7a861009dd4466263ae161.tar.xz
*** empty log message ***
Diffstat (limited to 'TODO')
-rw-r--r--TODO3
1 files changed, 3 insertions, 0 deletions
diff --git a/TODO b/TODO
index 62c8fd4f1..3df9792f0 100644
--- a/TODO
+++ b/TODO
@@ -20,3 +20,6 @@ cp --no-preserve=X should not attempt to preserve attribute X
printf: support %b -- consider adapting builtins/printf.def from bash
copy.c: Address the FIXME-maybe comment in copy_internal.
+And once that's done, add an exclusion so that `cp --link'
+no longer incurs the overhead of saving src. dev/ino and dest. filename
+in the hash table.