<feed xmlns='http://www.w3.org/2005/Atom'>
<title>coreutils/src/cp.c, branch DU-FTS</title>
<subtitle>Mirror of https://https.git.savannah.gnu.org/git/coreutils.git/
</subtitle>
<id>https://git.shady.money/coreutils/atom?h=DU-FTS</id>
<link rel='self' href='https://git.shady.money/coreutils/atom?h=DU-FTS'/>
<link rel='alternate' type='text/html' href='https://git.shady.money/coreutils/'/>
<updated>2003-01-03T19:34:22Z</updated>
<entry>
<title>(do_copy): Tweak diagnostic to be consistent with the one</title>
<updated>2003-01-03T19:34:22Z</updated>
<author>
<name>Jim Meyering</name>
<email>jim@meyering.net</email>
</author>
<published>2003-01-03T19:34:22Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/coreutils/commit/?id=d517c8fa79d50cdad73b1a630f2adce9c8c466a8'/>
<id>urn:sha1:d517c8fa79d50cdad73b1a630f2adce9c8c466a8</id>
<content type='text'>
from mv: s/missing file arguments/missing file argument/.
With --target-directory=DIR, cp and mv work with a single file argument.
Reported by Karl Berry.
</content>
</entry>
<entry>
<title>Fix a bug whereby cp would fail to parse an option like</title>
<updated>2002-12-11T23:44:23Z</updated>
<author>
<name>Jim Meyering</name>
<email>jim@meyering.net</email>
</author>
<published>2002-12-11T23:44:23Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/coreutils/commit/?id=7ba3e40970f6c366abed4b21805ebb994c69966e'/>
<id>urn:sha1:7ba3e40970f6c366abed4b21805ebb994c69966e</id>
<content type='text'>
--preserve=mode,ownership.

(decode_preserve_arg): Advance `comma' to
point the character following the comma.
</content>
</entry>
<entry>
<title>Change `exit (0)' to `exit (EXIT_SUCCESS)',</title>
<updated>2002-08-31T08:52:10Z</updated>
<author>
<name>Jim Meyering</name>
<email>jim@meyering.net</email>
</author>
<published>2002-08-31T08:52:10Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/coreutils/commit/?id=4006f4e672123e0189e58d4f76b58d06ae30eb94'/>
<id>urn:sha1:4006f4e672123e0189e58d4f76b58d06ae30eb94</id>
<content type='text'>
`exit (1)' to `exit (EXIT_FAILURE)', and
`usage (1)' to `usage (EXIT_FAILURE)'.
</content>
</entry>
<entry>
<title>Change `error (1, ...' to `error (EXIT_FAILURE, ...'.</title>
<updated>2002-08-30T23:04:53Z</updated>
<author>
<name>Jim Meyering</name>
<email>jim@meyering.net</email>
</author>
<published>2002-08-30T23:04:53Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/coreutils/commit/?id=74887031996e79df07dae9711f08d80839b31e62'/>
<id>urn:sha1:74887031996e79df07dae9711f08d80839b31e62</id>
<content type='text'>
</content>
</entry>
<entry>
<title>(usage): Use the PACKAGE_BUGREPORT e-mail address, rather than hard-coding it.</title>
<updated>2002-07-02T09:05:33Z</updated>
<author>
<name>Jim Meyering</name>
<email>jim@meyering.net</email>
</author>
<published>2002-07-02T09:05:33Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/coreutils/commit/?id=d23970e52ecd6553cc8885a1ebd31e245b184a61'/>
<id>urn:sha1:d23970e52ecd6553cc8885a1ebd31e245b184a61</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Change all `preserving ...' diagnostics to</title>
<updated>2002-06-21T12:10:02Z</updated>
<author>
<name>Jim Meyering</name>
<email>jim@meyering.net</email>
</author>
<published>2002-06-21T12:10:02Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/coreutils/commit/?id=071b36fd9068a202a0e55910e02cc0410df21d0b'/>
<id>urn:sha1:071b36fd9068a202a0e55910e02cc0410df21d0b</id>
<content type='text'>
`failed to preserve ...' to make the failure clearer.
</content>
</entry>
<entry>
<title>(do_copy): Change wording in diagnostic.</title>
<updated>2002-03-10T22:22:33Z</updated>
<author>
<name>Jim Meyering</name>
<email>jim@meyering.net</email>
</author>
<published>2002-03-10T22:22:33Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/coreutils/commit/?id=48f998c0e82633f711a57a93f6f130eb239c8413'/>
<id>urn:sha1:48f998c0e82633f711a57a93f6f130eb239c8413</id>
<content type='text'>
</content>
</entry>
<entry>
<title>(COPY_CONTENTS_OPTION): New enum value.</title>
<updated>2002-03-03T22:28:48Z</updated>
<author>
<name>Jim Meyering</name>
<email>jim@meyering.net</email>
</author>
<published>2002-03-03T22:28:48Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/coreutils/commit/?id=246e147a6a6b9d460376f7f7889191d13652456e'/>
<id>urn:sha1:246e147a6a6b9d460376f7f7889191d13652456e</id>
<content type='text'>
(long_opts): Add --copy-contents.
(usage): Describe new behavior.  Sort options.
(main): Implement new behavior.  Remove diagnostics for -a and -r;
no longer needed.
</content>
</entry>
<entry>
<title>(main): Warn when -r is specified before --archive (-a).</title>
<updated>2002-03-02T17:23:34Z</updated>
<author>
<name>Jim Meyering</name>
<email>jim@meyering.net</email>
</author>
<published>2002-03-02T17:23:34Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/coreutils/commit/?id=b9d1d9e98e343443115139c9c9b46d6923ae8966'/>
<id>urn:sha1:b9d1d9e98e343443115139c9c9b46d6923ae8966</id>
<content type='text'>
</content>
</entry>
<entry>
<title>(main): Revert change of 2001-12-29.  With this change,</title>
<updated>2002-03-02T17:15:42Z</updated>
<author>
<name>Jim Meyering</name>
<email>jim@meyering.net</email>
</author>
<published>2002-03-02T17:15:42Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/coreutils/commit/?id=7a5c83d8d53223c7b0e494175ee5e44b2ed555c3'/>
<id>urn:sha1:7a5c83d8d53223c7b0e494175ee5e44b2ed555c3</id>
<content type='text'>
cp -r once again preserves symlinks.
(usage): Document the original (now-restored) behavior.
</content>
</entry>
</feed>
