aboutsummaryrefslogtreecommitdiff
path: root/Command/EnableRemote.hs
Commit message (Expand)AuthorAge
* Improve startup time for commands that do not operate on remotesGravatar Joey Hess2018-01-09
* more lambda-case conversionGravatar Joey Hess2017-12-05
* showStart variant for when there's no worktree fileGravatar Joey Hess2017-11-28
* implement exporttree=yes configurationGravatar Joey Hess2017-09-04
* add annex-ignore-command and annex-sync-command configsGravatar Joey Hess2017-08-17
* enableremote: Fix re-enabling of existing gcrypt remotes, so that eg, encrypt...Gravatar Joey Hess2017-04-07
* enableremote: When enabling a non-special remote, param=value parameters can'...Gravatar Joey Hess2017-04-07
* add SetupStage parameter to RemoteType.setupGravatar Joey Hess2017-02-07
* implement p2p commandGravatar Joey Hess2016-11-30
* Avoid backtraces on expected failures when built with ghc 8; only use backtra...Gravatar Joey Hess2016-11-15
* enableremote: Remove annex-ignore configuration from a remote.Gravatar Joey Hess2016-05-24
* enableremote: Can now be used to explicitly enable git-annex to use git remot...Gravatar Joey Hess2016-05-24
* Pass the various gnupg-options configs to gpg in several cases where they wer...Gravatar Joey Hess2016-05-23
* remove 163 lines of code without changing anything except importsGravatar Joey Hess2016-01-20
* enableremote: List uuids and descriptions of remotes that can be enabled, and...Gravatar Joey Hess2015-10-26
* Special remotes configured with autoenable=true will be automatically enabled...Gravatar Joey Hess2015-09-14
* convert all commands to work with optparse-applicativeGravatar Joey Hess2015-07-08
* started converting to use optparse-applicativeGravatar Joey Hess2015-07-08
* update my email address and homepage urlGravatar Joey Hess2015-01-21
* doh't use "def" for command definitions, it conflicts with Data.Default.defGravatar Joey Hess2014-10-14
* fix some mixed space+tab indentationGravatar Joey Hess2014-10-09
* plumb creds from webapp to initremoteGravatar Joey Hess2014-02-11
* fix inversion of control in CommandSeek (no behavior changes)Gravatar Joey Hess2014-01-20
* improve output when there are no known special remotesGravatar Joey Hess2014-01-18
* hlintGravatar Joey Hess2013-09-25
* partially complete gcrypt remote (local send done; rest not)Gravatar Joey Hess2013-09-07
* To enable an existing special remote, the new enableremote command must be us...Gravatar Joey Hess2013-04-26