summaryrefslogtreecommitdiff
path: root/Command/Init.hs
Commit message (Expand)AuthorAge
* remove 163 lines of code without changing anything except importsGravatar Joey Hess2016-01-20
* Use git-annex init --version=6 to get v6 for nowGravatar Joey Hess2015-12-15
* 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
* reorgGravatar Joey Hess2014-01-26
* fix inversion of control in CommandSeek (no behavior changes)Gravatar Joey Hess2014-01-20
* add section metadata to all commandsGravatar Joey Hess2013-03-24
* where indentationGravatar Joey Hess2012-11-12
* init: When run in an already initalized repository, and without a description...Gravatar Joey Hess2011-11-12
* refactorGravatar Joey Hess2011-11-07
* Bugfix: In the past two releases, git-annex init has written the uuid.log in ...Gravatar Joey Hess2011-11-07
* tweakGravatar Joey Hess2011-11-02
* 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
* minor syntax changesGravatar Joey Hess2011-10-11
* renameGravatar Joey Hess2011-10-05
* renameGravatar Joey Hess2011-10-04
* factor out common importsGravatar Joey Hess2011-10-03
* remove command type definitionsGravatar Joey Hess2011-09-15
* generalize quiet flag to output typeGravatar Joey Hess2011-09-01
* init: Make description an optional parameter.Gravatar Joey Hess2011-08-29
* Now "git annex init" only has to be run onceGravatar Joey Hess2011-08-17
* renamed GitRepo to GitGravatar Joey Hess2011-06-30
* generalized safeWriteFile to viaTmpGravatar Joey Hess2011-06-30
* improve bare repo handingGravatar Joey Hess2011-06-22
* improve version checking for v3Gravatar Joey Hess2011-06-22
* fixed logFileGravatar Joey Hess2011-06-22
* update for git-annex branchGravatar Joey Hess2011-06-22
* better multiword parameter handlingGravatar Joey Hess2011-05-16
* refactor some boilerplateGravatar Joey Hess2011-05-15
* avoid version check before running version and upgrade commandsGravatar Joey Hess2011-03-19
* improve upgradeGravatar Joey Hess2011-03-16
* better quoting of description via showGravatar Joey Hess2011-03-03
* add describe subcommandGravatar Joey Hess2011-03-03
* fix up commands that are trouble on bare reposGravatar Joey Hess2011-03-03
* use ShellParam typeGravatar Joey Hess2011-02-28
* use safewritefileGravatar Joey Hess2011-01-28
* better directory handlingGravatar Joey Hess2011-01-27
* quiet git commitsGravatar Joey Hess2011-01-07
* refactor in preparation for adding a git-annex-shell commandGravatar Joey Hess2010-12-30
* rename some stuff and prepare to break out more into Command/*Gravatar Joey Hess2010-12-30
* Add uninit subcommand. Closes: #605749Gravatar Joey Hess2010-12-03
* finished hlintingGravatar Joey Hess2010-11-22
* move stuff out of CoreGravatar Joey Hess2010-11-14