Denys Vlasenko 79fb6ac7a5 cp: optional --reflink support
function                                             old     new   delta
cp_main                                              428     512     +84
copy_file                                           1676    1742     +66

Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
2018-07-13 20:30:02 +02:00
..
2018-07-13 20:30:02 +02:00
2013-02-26 00:36:53 +01:00
2012-10-03 09:42:21 +02:00
2011-09-08 10:59:26 +02:00
2018-03-04 23:15:59 +01:00
2010-07-26 01:49:12 +02:00
2010-10-29 11:46:52 +02:00
2015-04-02 23:03:46 +02:00
2018-05-26 17:42:00 +02:00

Please see the LICENSE file for copyright information (GPLv2)

libbb is BusyBox's utility library.  All of this stuff used to be stuffed into
a single file named utility.c.  When I split utility.c to create libbb, some of
the very oldest stuff ended up without their original copyright and licensing
information (which is now lost in the mists of time).  If you see something
that you wrote that is mis-attributed, do let me know so we can fix that up.

	Erik Andersen
	<andersen@codepoet.org>