aboutsummaryrefslogtreecommitdiff
path: root/Command/Uninit.hs
Commit message (Expand)AuthorAge
...
* 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
* uninit: Add guard against being run with the git-annex branch checked out.Gravatar Joey Hess2011-10-27
* 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
* clean up params in usage displayGravatar Joey Hess2011-09-15
* split groups of related functions out of UtilityGravatar Joey Hess2011-08-22
* Now "git annex init" only has to be run onceGravatar Joey Hess2011-08-17
* finished hlint passGravatar Joey Hess2011-07-15
* uninit: Use unannex in --fast mode, to support unannexing multiple files that...Gravatar Joey Hess2011-07-04
* uninit: delete .git/annex/Gravatar Joey Hess2011-07-04
* uninit: Delete the git-annex branch.Gravatar Joey Hess2011-07-04
* renamed GitRepo to GitGravatar Joey Hess2011-06-30
* stop undoing gitattributes on uninitGravatar Joey Hess2011-06-22
* add whenM and unlessMGravatar Joey Hess2011-05-17
* 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
* use safewritefileGravatar Joey Hess2011-01-28
* clarify default values when no path is specifiedGravatar Joey Hess2011-01-13
* 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