Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | Pass the various gnupg-options configs to gpg in several cases where they ↵ | Joey Hess | 2016-05-23 |
| | | | | | | | | | | | | were not before. Removed the instance LensGpgEncParams RemoteConfig because it encouraged code that does not take the RemoteGitConfig into account. RemoteType's setup was changed to take a RemoteGitConfig, although the only place that is able to provide a non-empty one is enableremote, when it's changing an existing remote. This led to several folow-on changes, and got RemoteGitConfig plumbed through. | ||
* | remove 163 lines of code without changing anything except imports | Joey Hess | 2016-01-20 |
| | |||
* | enableremote: List uuids and descriptions of remotes that can be enabled, ↵ | Joey Hess | 2015-10-26 |
| | | | | and accept either the uuid or the description in leu if the name. | ||
* | avoid auto-enabling a remote that's already enabled | Joey Hess | 2015-09-14 |
| | |||
* | avoid autoenable of dead special remotes | Joey Hess | 2015-09-14 |
| | |||
* | Special remotes configured with autoenable=true will be automatically ↵ | Joey Hess | 2015-09-14 |
enabled when git-annex init is run. |