diff options
author | Jim Meyering <jim@meyering.net> | 2006-09-08 06:52:24 +0000 |
---|---|---|
committer | Jim Meyering <jim@meyering.net> | 2006-09-08 06:52:24 +0000 |
commit | af2c5a4ab0cdec88a65c35b4ad2fa1eb935a93e1 (patch) | |
tree | dcbd46fa6cf4f563e60691fea7104fe86236e3aa /ChangeLog | |
parent | a3ebb3f3d1179e115b913aa2df576103c53e1197 (diff) | |
download | coreutils-af2c5a4ab0cdec88a65c35b4ad2fa1eb935a93e1.tar.xz |
* bootstrap (cp_mark_as_generated): New function.
(slurp): Use it to prepend editor hints and a warning that
the file we're copying is generated.
Suggestion from Bruce Korb.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 7 |
1 files changed, 7 insertions, 0 deletions
@@ -1,3 +1,10 @@ +2006-09-08 Jim Meyering <jim@meyering.net> + + * bootstrap (cp_mark_as_generated): New function. + (slurp): Use it to prepend editor hints and a warning that + the file we're copying is generated. + Suggestion from Bruce Korb. + 2006-09-07 Jim Meyering <jim@meyering.net> * bootstrap: Revert last change. There are less disruptive ways |