summaryrefslogtreecommitdiff
path: root/Command/InitRemote.hs
Commit message (Expand)AuthorAge
* add annex-ignore-command and annex-sync-command configsGravatar Joey Hess2017-08-17
* initremote: When a uuid= parameter is passed, use the specified UUID for the ...Gravatar Joey Hess2017-02-07
* add SetupStage parameter to RemoteType.setupGravatar Joey Hess2017-02-07
* Avoid backtraces on expected failures when built with ghc 8; only use backtra...Gravatar Joey Hess2016-11-15
* 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
* 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
* initremote: Don't allow creating a special remote that has the same name as a...Gravatar Joey Hess2014-10-15
* doh't use "def" for command definitions, it conflicts with Data.Default.defGravatar Joey Hess2014-10-14
* hlintGravatar 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
* 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
* initremote: If two existing remotes have the same name, prefer the one with a...Gravatar Joey Hess2013-04-24
* expose Control.Monad.joinGravatar Joey Hess2013-04-22
* add section metadata to all commandsGravatar Joey Hess2013-03-24
* whitespace fixesGravatar Joey Hess2012-12-13
* where indentationGravatar Joey Hess2012-11-12
* initremote: Avoid recording remote's description before checking that its con...Gravatar Joey Hess2012-07-27
* initremote: Automatically describe a remote when creating it.Gravatar Joey Hess2012-06-07
* type alias cleanupGravatar Joey Hess2011-12-31
* more partial function removalGravatar Joey Hess2011-12-15
* cleanupGravatar Joey Hess2011-10-31
* clean up check selection codeGravatar Joey Hess2011-10-29
* Fail if --from or --to is passed to commands that do not support them.Gravatar Joey Hess2011-10-27
* refactored and generalized pre-command sanity checkingGravatar Joey Hess2011-10-27
* break out non-log stuff to separate moduleGravatar Joey Hess2011-10-15
* reorganize log modulesGravatar Joey Hess2011-10-15
* renameGravatar Joey Hess2011-10-05
* renameGravatar Joey Hess2011-10-04
* factor out common importsGravatar Joey Hess2011-10-03
* go go gadget hlintGravatar Joey Hess2011-09-20
* remove command type definitionsGravatar Joey Hess2011-09-15
* finished hlint passGravatar Joey Hess2011-07-15
* factor out RemoteLogGravatar Joey Hess2011-07-05
* improve bare repo handingGravatar Joey Hess2011-06-22
* store trust.log and remote.log in the git-annex branchGravatar Joey Hess2011-06-22
* rename modules for data types into Types/ directoryGravatar Joey Hess2011-06-01
* improve error message when no remote name is specifiedGravatar Joey Hess2011-05-28
* support remote config values with spaces and other charactersGravatar Joey Hess2011-05-16
* better multiword parameter handlingGravatar Joey Hess2011-05-16
* simplified a bunch of Maybe handlingGravatar Joey Hess2011-05-15
* refactor some boilerplateGravatar Joey Hess2011-05-15
* RemoteConfig typeGravatar Joey Hess2011-04-15
* initremote worksGravatar Joey Hess2011-03-29
* clean up remote.log handlingGravatar Joey Hess2011-03-29