diff options
author | Joey Hess <joeyh@joeyh.name> | 2017-02-27 15:02:38 -0400 |
---|---|---|
committer | Joey Hess <joeyh@joeyh.name> | 2017-02-27 15:02:44 -0400 |
commit | 5096cb295c9068ab02aa3aa1bf8eb70b2ed89ede (patch) | |
tree | da116313c5e510e36a17001116655e95f945ea7a /CHANGELOG | |
parent | 9cce9dd3735b98c92400e10e08c2723e5bf7f118 (diff) |
securehash matching
Added --securehash option to match files using a secure hash function, and
corresponding securehash preferred content expression.
This commit was sponsored by Ethan Aubin.
Diffstat (limited to 'CHANGELOG')
-rw-r--r-- | CHANGELOG | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -7,6 +7,8 @@ git-annex (6.20170215) UNRELEASED; urgency=medium from being added to .git/annex/objects by any method. * fsck: Warn about any files whose content is present, that don't use secure hashes, when annex.securehashesonly is set. + * Added --securehash option to match files using a secure hash function, + and corresponding securehash preferred content expression. * sync, merge: Fail when the current branch has no commits yet, instead of not merging in anything from remotes and appearing to succeed. * Run ssh with -n whenever input is not being piped into it, |