webapp: When creating a repository on a removable drive, set core.fsyncobjectfiles, to help prevent data loss when the drive is yanked.

This commit is contained in:
Joey Hess 2013-07-23 13:38:05 -04:00
parent 381637e4c8
commit 5c82c99c76
2 changed files with 6 additions and 0 deletions

2
debian/changelog vendored
View file

@ -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