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.)

This commit is contained in:
Joey Hess 2013-03-03 13:39:57 -04:00
parent 0c13d3065e
commit 6dea43831e
3 changed files with 12 additions and 1 deletions

3
debian/changelog vendored
View file

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