summaryrefslogtreecommitdiff
path: root/debian
diff options
context:
space:
mode:
authorGravatar Joey Hess <joey@kitenet.net>2013-03-03 13:39:57 -0400
committerGravatar Joey Hess <joey@kitenet.net>2013-03-03 13:44:35 -0400
commit5dcd5c82ef47fa121e9800835fc399d5ecdc3af3 (patch)
treed96d1020173dd3016bbc6b2ae6ed3d36133a4607 /debian
parent9bce151df7b073c5f2507ea15ca2237814ae9248 (diff)
assistant: Prevent automatic commits from causing git-gc runs, as that can make things quite slow. Instead, git-gc --auto is run once a day. (This can be disabled by the usual gc.auto=0 setting.)
Diffstat (limited to 'debian')
-rw-r--r--debian/changelog3
1 files changed, 3 insertions, 0 deletions
diff --git a/debian/changelog b/debian/changelog
index a437c6ebc..a9a0fc10a 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -9,6 +9,9 @@ git-annex (4.20130228) UNRELEASED; urgency=low
files in direct mode repositories.
* assistant: Fix dropping content when a file is moved to an archive
directory.
+ * assistant: Prevent automatic commits from causing git-gc runs,
+ as that can make things quite slow. Instead, git-gc --auto is run
+ once a day. (This can be disabled by the usual gc.auto=0 setting.)
-- Joey Hess <joeyh@debian.org> Wed, 27 Feb 2013 23:20:40 -0400