New annex.hardlink setting. Closes: #758593

* New annex.hardlink setting. Closes: #758593
* init: Automatically detect when a repository was cloned with --shared,
  and set annex.hardlink=true, as well as marking the repository as
  untrusted.

Had to reorganize Logs.Trust a bit to avoid a cycle between it and
Annex.Init.
This commit is contained in:
Joey Hess 2014-09-05 13:44:09 -04:00
parent 0881f6d45c
commit b874f84086
9 changed files with 94 additions and 19 deletions

4
debian/changelog vendored
View file

@ -1,6 +1,10 @@
git-annex (5.20140832) UNRELEASED; urgency=medium
* webapp: Fixed visual glitch in xmpp pairing.
* New annex.hardlink setting. Closes: #758593
* init: Automatically detect when a repository was cloned with --shared,
and set annex.hardlink=true, as well as marking the repository as
untrusted.
-- Joey Hess <joeyh@debian.org> Thu, 04 Sep 2014 16:17:22 -0400