summaryrefslogtreecommitdiff
path: root/debian
diff options
context:
space:
mode:
authorGravatar Joey Hess <joey@kitenet.net>2012-05-15 14:18:51 -0400
committerGravatar Joey Hess <joey@kitenet.net>2012-05-15 14:18:51 -0400
commite36808e167815eaa70a827ea703ed98ebb36da64 (patch)
treeed808617e1b8ace4eebbdc26e380a1c8b81d184c /debian
parent300d3cbdef2450b21c9eb22361161af37ca2f266 (diff)
Pass -a to cp even when it supports --reflink=auto, to preserve permissions.
Amoung other things, this makes unlocking a WORM backed file and then re-adding it without making any changes not add a new object, as the timestamp is preserved.
Diffstat (limited to 'debian')
-rw-r--r--debian/changelog7
1 files changed, 7 insertions, 0 deletions
diff --git a/debian/changelog b/debian/changelog
index 6ebd6fabf..a4e2b8b3e 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,10 @@
+git-annex (3.20120512) UNRELEASED; urgency=low
+
+ * Pass -a to cp even when it supports --reflink=auto, to preserve
+ permissions.
+
+ -- Joey Hess <joeyh@debian.org> Tue, 15 May 2012 14:17:49 -0400
+
git-annex (3.20120511) unstable; urgency=low
* Rsync special remotes can be configured with shellescape=no