aboutsummaryrefslogtreecommitdiff
path: root/Command/Uninit.hs
Commit message (Expand)AuthorAge
* Avoid repeated checking that files passed on the command line exist.Gravatar Joey Hess2017-10-16
* adeiu, MissingHGravatar Joey Hess2017-05-16
* Avoid backtraces on expected failures when built with ghc 8; only use backtra...Gravatar Joey Hess2016-11-15
* uninit: Fix crash due to trying to write to deleted keys db.Gravatar Joey Hess2016-07-12
* remove 163 lines of code without changing anything except importsGravatar Joey Hess2016-01-20
* fix local dropping to not require extra locking of copies, but only that the ...Gravatar Joey Hess2015-10-09
* add lockContentSharedGravatar Joey Hess2015-10-08
* convert all commands to work with optparse-applicativeGravatar Joey Hess2015-07-08
* started converting to use optparse-applicativeGravatar Joey Hess2015-07-08
* remove Params constructor from Utility.SafeCommandGravatar Joey Hess2015-06-01
* Revert "avoid using MissingH's HVFS layer"Gravatar Joey Hess2015-01-28
* avoid using MissingH's HVFS layerGravatar Joey Hess2015-01-21
* 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
* 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