diff options
author | Jim Meyering <jim@meyering.net> | 2006-10-14 08:51:27 +0000 |
---|---|---|
committer | Jim Meyering <jim@meyering.net> | 2006-10-14 08:51:27 +0000 |
commit | 095c1c83eb24565aa854260284ce9c187164e0b6 (patch) | |
tree | e1e01959f92cf2163aba4edd1729a32697f8cb13 /ChangeLog | |
parent | 0dc7f789861bedfa74639b89be8c3c4e8b3b6490 (diff) | |
download | coreutils-095c1c83eb24565aa854260284ce9c187164e0b6.tar.xz |
Work also when the working directory (with e.g. coreutils sources)
is version controlled with git, rather than CVS.
* bootstrap (CVS_only_file): Test for the existence of README-cvs,
rather than CVS.
In messages and comments, say e.g., "checked-out sources",
rather than "CVS sources".
(version_controlled_file): New function. Work for git as well as
for CVS. Don't use grep's -q option.
(slurp): Call it here, in place of CVS-specific code.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 10 |
1 files changed, 10 insertions, 0 deletions
@@ -1,5 +1,15 @@ 2006-10-14 Jim Meyering <jim@meyering.net> + Work also when the working directory (with e.g. coreutils sources) + is version controlled with git, rather than CVS. + * bootstrap (CVS_only_file): Test for the existence of README-cvs, + rather than CVS. + In messages and comments, say e.g., "checked-out sources", + rather than "CVS sources". + (version_controlled_file): New function. Work for git as well as + for CVS. Don't use grep's -q option. + (slurp): Call it here, in place of CVS-specific code. + * NEWS: cp -r --backup dir1 dir2, would rename an existing dir1/dir2 to dir1/dir2~. * src/copy.c (copy_internal): Although we do create a backup of each |