aboutsummaryrefslogtreecommitdiff
path: root/debian
diff options
context:
space:
mode:
authorGravatar Joey Hess <joey@kitenet.net>2011-08-18 12:20:47 -0400
committerGravatar Joey Hess <joey@kitenet.net>2011-08-18 12:20:47 -0400
commit8a2197adfab9d8425f92000621a802dce37e124c (patch)
treee305ea8d7ac9f88ef827902eecea805a867d603d /debian
parent0c53ccc675b52d4995b3406d5814116605fe6ec7 (diff)
Added annex-cost-command configuration, which can be used to vary the cost of a remote based on the output of a shell command.
Also avoided crashing if the user specified cost value cannot be parsed.
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 9230c0021..1ace861a4 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -4,6 +4,8 @@ git-annex (3.20110818) UNRELEASED; urgency=low
is first being created. Clones will automatically notice that git-annex
is in use and automatically perform a basic initalization. It's
still recommended to run "git annex init" in any clones, to describe them.
+ * Added annex-cost-command configuration, which can be used to vary the
+ cost of a remote based on the output of a shell command.
-- Joey Hess <joeyh@debian.org> Wed, 17 Aug 2011 13:44:44 -0400