From d10bfa1af6309e50a7e0954cba21e6491206bcf0 Mon Sep 17 00:00:00 2001 From: Adrian Sampson Date: Mon, 20 Feb 2017 22:11:34 -0500 Subject: [PATCH] Changelog & thanks for #2445 --- docs/changelog.rst | 3 +++ docs/reference/config.rst | 2 +- 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/docs/changelog.rst b/docs/changelog.rst index 0774722c8..4734ba05a 100644 --- a/docs/changelog.rst +++ b/docs/changelog.rst @@ -28,6 +28,9 @@ New features: * :doc:`/plugins/badfiles`: Added a ``--verbose`` or ``-v`` option. Results are now displayed only for corrupted files by default and for all the files when the verbose option is set. :bug:`1654` :bug:`2434` +* A new :ref:`hardlink` config option instructs the importer to create hard + links on filesystems that support them. Thanks to :user:`jacobwgillespie`. + :bug:`2445` Fixes: diff --git a/docs/reference/config.rst b/docs/reference/config.rst index 40f8e9185..094462d2f 100644 --- a/docs/reference/config.rst +++ b/docs/reference/config.rst @@ -452,7 +452,7 @@ moving or copying or symlinking files. (It conflicts with the ``move``, ``copy``, and ``link`` options.) Defaults to ``no``. As with symbolic links (see :ref:`link`, above), this will not work on Windows -and you will want to set ``write`` to ``no``. Otherwise meatadata on the +and you will want to set ``write`` to ``no``. Otherwise, metadata on the original file will be modified. resume