summaryrefslogtreecommitdiff
path: root/Command/Uninit.hs
Commit message (Expand)AuthorAge
* 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
* use types to enforce that removeAnnex can only be called inside lockContentGravatar Joey Hess2014-08-20
* uninit: Avoid failing final removal in some direct mode repositories due to f...Gravatar Joey Hess2014-07-11
* export CreateProcess fields from Utility.ProcessGravatar Joey Hess2014-06-10
* replace (Key, Backend) with KeyGravatar Joey Hess2014-04-17
* found a way to make uninit always fastGravatar Joey Hess2014-04-15
* add --include-dotfiles: New option, perhaps useful for backups.Gravatar Joey Hess2014-03-26
* Fix direct mode getKeysPresent false positive & also sped up direct mode unus...Gravatar Joey Hess2014-03-07
* remove Read instance for RefGravatar Joey Hess2014-02-19
* reorgGravatar Joey Hess2014-01-26
* fix inversion of control in CommandSeek (no behavior changes)Gravatar Joey Hess2014-01-20
* prune unused importGravatar Joey Hess2013-11-01
* unannex: New, much slower, but more safe behaviorGravatar Joey Hess2013-10-28
* Support unannex and uninit in direct mode.Gravatar Joey Hess2013-07-22
* fix uninit to delete content from annex when it ended up hard linked back to ...Gravatar Joey Hess2013-07-18
* uninit: Preserve .git/annex/objects at the end, if it still has content, so t...Gravatar Joey Hess2013-07-16
* add section metadata to all commandsGravatar Joey Hess2013-03-24
* git subcommand cleanupGravatar Joey Hess2013-03-03
* block all commands that don't work in direct modeGravatar Joey Hess2012-12-29
* whitespace fixesGravatar Joey Hess2012-12-13
* formattingGravatar Joey Hess2012-11-25
* where indentationGravatar Joey Hess2012-11-12
* uninit: Check and abort if there are symlinks to annexed content that are not...Gravatar Joey Hess2012-10-22
* make a pipeReadStrict, that properly waits on the processGravatar Joey Hess2012-10-04
* hlintGravatar Joey Hess2012-06-12
* uninit: Refuse to run in a subdirectory. Closes: #677076Gravatar Joey Hess2012-06-11
* support all filename encodings with ghc 7.4Gravatar Joey Hess2012-02-03
* attempt at a quick, utf-8 only fix to the ghc 7.4 problemGravatar Joey Hess2012-02-01
* Avoid repeated location log commits when a remote is receiving files.Gravatar Joey Hess2012-01-28
* type alias cleanupGravatar Joey Hess2011-12-31
* more partial function removalGravatar Joey Hess2011-12-15
* split out Git/Command.hsGravatar Joey Hess2011-12-14
* improve type signatures with a Ref newtypeGravatar Joey Hess2011-11-16
* lintGravatar Joey Hess2011-11-11
* better limiting of start actions to only run whenAnnexedGravatar Joey Hess2011-11-10
* reorder repo parameters lastGravatar Joey Hess2011-11-08
* 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