Added remote.<name>.annex-gnupg-options setting. Thanks, guilhem for the patch.
This commit is contained in:
parent
d2bc0e9f3e
commit
6d6aa13df5
3 changed files with 14 additions and 1 deletions
2
debian/changelog
vendored
2
debian/changelog
vendored
|
@ -48,6 +48,8 @@ git-annex (4.20130228) UNRELEASED; urgency=low
|
|||
* addurl: Properly handle url-escaped characters in file:// urls.
|
||||
* status: Can now be run with a directory path to show only the
|
||||
status of that directory, rather than the whole annex.
|
||||
* Added remote.<name>.annex-gnupg-options setting.
|
||||
Thanks, guilhem for the patch.
|
||||
|
||||
-- Joey Hess <joeyh@debian.org> Wed, 27 Feb 2013 23:20:40 -0400
|
||||
|
||||
|
|
11
debian/copyright
vendored
11
debian/copyright
vendored
|
@ -6,9 +6,18 @@ Copyright: © 2010-2013 Joey Hess <joey@kitenet.net>
|
|||
License: GPL-3+
|
||||
|
||||
Files: Assistant/WebApp.hs Assistant/WebApp/* templates/* static/*
|
||||
Copyright: © 2012 Joey Hess <joey@kitenet.net>
|
||||
Copyright: © 2012-2013 Joey Hess <joey@kitenet.net>
|
||||
License: AGPL-3+
|
||||
|
||||
Files: Utility/ThreadScheduler.hs
|
||||
Copyright: 2011 Bas van Dijk & Roel van Dijk
|
||||
2012 Joey Hess <joey@kitenet.net>
|
||||
License: GPL-3+
|
||||
|
||||
Files: Utility/Gpg/Types.hs
|
||||
Copyright: 2013 guilhem <guilhem@fripost.org>
|
||||
License: GPL-3+
|
||||
|
||||
Files: doc/logo* */favicon.ico standalone/osx/git-annex.app/Contents/Resources/git-annex.icns
|
||||
Copyright: 2007 Henrik Nyh <http://henrik.nyh.se/>
|
||||
2010 Joey Hess <joey@kitenet.net>
|
||||
|
|
|
@ -12,3 +12,5 @@ And compression could be enabled on say, text files, with a suitable wildcard in
|
|||
</code></pre>
|
||||
|
||||
This is something I could probably hack on if you think it'd be a worthwhile option ;-)
|
||||
|
||||
> Done, and [[done]]! --[[Joey]]
|
||||
|
|
Loading…
Reference in a new issue