diff options
author | Joey Hess <joey@kitenet.net> | 2012-02-08 15:35:18 -0400 |
---|---|---|
committer | Joey Hess <joey@kitenet.net> | 2012-02-08 15:35:29 -0400 |
commit | ef013506cb8c82d547160195b66572b5774db14f (patch) | |
tree | 62e23266075a8f6a0900d16427399b8d53969bc3 /debian/changelog | |
parent | 57a747d0819d587d8f7fb301c3c6c589c80c556f (diff) |
addurl: Added a --file option
Can be used to specify what file the url is added to. This can be used to
override the default filename that is used when adding an url, which is
based on the url. Or, when the file already exists, the url is recorded as
another location of the file.
Diffstat (limited to 'debian/changelog')
-rw-r--r-- | debian/changelog | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/debian/changelog b/debian/changelog index ad7121da2..2f9d79939 100644 --- a/debian/changelog +++ b/debian/changelog @@ -11,6 +11,11 @@ git-annex (3.20120124) UNRELEASED; urgency=low This version can only be built with ghc 7.4 or newer. * S3: Fix irrefutable pattern failure when accessing encrypted S3 credentials. + * addurl: Added a --file option, which can be used to specify what + file the url is added to. This can be used to override the default + filename that is used when adding an url, which is based on the url. + Or, when the file already exists, the url is recorded as another + location of the file. -- Joey Hess <joeyh@debian.org> Tue, 24 Jan 2012 16:21:55 -0400 |