summaryrefslogtreecommitdiff
path: root/debian
diff options
context:
space:
mode:
authorGravatar Joey Hess <joey@kitenet.net>2013-07-23 13:38:05 -0400
committerGravatar Joey Hess <joey@kitenet.net>2013-07-23 13:38:05 -0400
commit2a45a5527b4d6741012cce33e62e0180196d3e44 (patch)
tree436cfa7921f2d32584b6bc64ea793a9108707ff2 /debian
parentb0e8ed12fadd6b5b46e01800f716dfd60bcbbe46 (diff)
webapp: When creating a repository on a removable drive, set core.fsyncobjectfiles, to help prevent data loss when the drive is yanked.
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 bbcf6c14d..f930df2ab 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -2,6 +2,8 @@ git-annex (4.20130724) UNRELEASED; urgency=low
* Add status message to XMPP presence tag, to identify to others that
the client is a git-annex client. Closes: #717652
+ * webapp: When creating a repository on a removable drive, set
+ core.fsyncobjectfiles, to help prevent data loss when the drive is yanked.
-- Joey Hess <joeyh@debian.org> Tue, 23 Jul 2013 12:39:48 -0400