summaryrefslogtreecommitdiff
path: root/Command/Unlock.hs
Commit message (Expand)AuthorAge
* replace (Key, Backend) with KeyGravatar Joey Hess2014-04-17
* Put non-object tmp files in .git/annex/misctmp, leaving .git/annex/tmp for on...Gravatar Joey Hess2014-02-26
* fix inversion of control in CommandSeek (no behavior changes)Gravatar Joey Hess2014-01-20
* Use lower case hash directories for storing files on crippled filesystems, sa...Gravatar Joey Hess2013-04-04
* add section metadata to all commandsGravatar Joey Hess2013-03-24
* block all commands that don't work in direct modeGravatar Joey Hess2012-12-29
* whitespace fixesGravatar Joey Hess2012-12-13
* where indentationGravatar Joey Hess2012-11-12
* better file mode setting codeGravatar Joey Hess2012-04-21
* Support git's core.sharedRepository configurationGravatar Joey Hess2012-04-21
* export a more generalized checkDiskSpaceGravatar Joey Hess2012-04-20
* type alias cleanupGravatar Joey Hess2011-12-31
* add support for using hashDirLower in addition to hashDirMixedGravatar Joey Hess2011-11-28
* support .git/annex on a different disk than the rest of the repoGravatar Joey Hess2011-11-28
* 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
* renameGravatar Joey Hess2011-10-05
* renameGravatar Joey Hess2011-10-04
* factor out common importsGravatar Joey Hess2011-10-03
* refactorGravatar Joey Hess2011-09-23
* 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
* unify elipsis handlingGravatar Joey Hess2011-07-19
* renameGravatar Joey Hess2011-07-05
* remove unused backend machineryGravatar Joey Hess2011-07-05
* unlock: Made atomic.Gravatar Joey Hess2011-06-20
* add whenM and unlessMGravatar Joey Hess2011-05-17
* refactor some boilerplateGravatar Joey Hess2011-05-15
* free space checkingGravatar Joey Hess2011-03-22
* avoid version check before running version and upgrade commandsGravatar Joey Hess2011-03-19
* better directory handlingGravatar Joey Hess2011-01-27
* got rid of Core moduleGravatar Joey Hess2011-01-16
* on second thought, unlock should fail if content is not presentGravatar Joey Hess2011-01-14
* unlock: Fix behavior when file content is not present.Gravatar 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
* precommit: Optimise to avoid calling git-check-attr more than once.Gravatar Joey Hess2010-11-28
* Only use cp -a if it is supported, falling back to cp -p or plain cp.Gravatar Joey Hess2010-11-18
* refactor param seekingGravatar Joey Hess2010-11-11
* set write bit on unlocked fileGravatar Joey Hess2010-11-10
* lock and unlock subcommandsGravatar Joey Hess2010-11-09