aboutsummaryrefslogtreecommitdiff
path: root/debian
diff options
context:
space:
mode:
authorGravatar Joey Hess <joeyh@joeyh.name>2015-12-10 16:12:05 -0400
committerGravatar Joey Hess <joeyh@joeyh.name>2015-12-10 16:12:48 -0400
commit9e0360d0343575a03dce9f90e7d72c0c56deed1a (patch)
treeffc0b624843f8f71046c1d1cadc7f27b0d27d77b /debian
parent23430aeb0b91b10e154e6610d43ae7d40595c2aa (diff)
v6 git-annex unlock
Note that the implementation uses replaceFile, so that the actual replacement of the work tree file is atomic. This seems a good property to have! It would be possible for unlock in v6 mode to be run on files that do not have their content present. However, that would be a behavior change from before, and I don't see any immediate need to support it, so I didn't implement it.
Diffstat (limited to 'debian')
-rw-r--r--debian/changelog2
1 files changed, 2 insertions, 0 deletions
diff --git a/debian/changelog b/debian/changelog
index e3ee9a34a..1b645fd06 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -9,6 +9,8 @@ git-annex (6.20151225) unstable; urgency=medium
* init: Configure .git/info/attributes to use git-annex as a smudge
filter. Note that this changes the default behavior of git add in a
newly initialized repository; it will add files to the annex.
+ * unlock, lock: In v6 mode, unlocking a file changes it from a symlink to a
+ pointer file, and this change can be committed to the git repository.
-- Joey Hess <id@joeyh.name> Tue, 08 Dec 2015 11:14:03 -0400