summaryrefslogtreecommitdiff
path: root/Command/Unlock.hs
Commit message (Expand)AuthorAge
* The file matching options are now only accepted by commands that can actually...Joey Hess2015-02-06
* update my email address and homepage urlJoey Hess2015-01-21
* revert parentDir changeJoey Hess2015-01-09
* made parentDir return a Maybe FilePath; removed most uses of itJoey Hess2015-01-06
* unlock: Don't allow unlocking files that have never been committed to git beforeJoey Hess2015-01-02
* doh't use "def" for command definitions, it conflicts with Data.Default.defJoey Hess2014-10-14
* Do not preserve permissions and acls when copying files from one local git re...Joey Hess2014-08-26
* unlock of not present file should still be a failure, just not a crashJoey Hess2014-08-10
* unlock: Better error handling; continue past files that are not available or ...Joey Hess2014-08-09
* replace (Key, Backend) with KeyJoey Hess2014-04-17
* Put non-object tmp files in .git/annex/misctmp, leaving .git/annex/tmp for on...Joey Hess2014-02-26
* fix inversion of control in CommandSeek (no behavior changes)Joey Hess2014-01-20
* Use lower case hash directories for storing files on crippled filesystems, sa...Joey Hess2013-04-04
* add section metadata to all commandsJoey Hess2013-03-24
* block all commands that don't work in direct modeJoey Hess2012-12-29
* whitespace fixesJoey Hess2012-12-13
* where indentationJoey Hess2012-11-12
* better file mode setting codeJoey Hess2012-04-21
* Support git's core.sharedRepository configurationJoey Hess2012-04-21
* export a more generalized checkDiskSpaceJoey Hess2012-04-20
* type alias cleanupJoey Hess2011-12-31
* add support for using hashDirLower in addition to hashDirMixedJoey Hess2011-11-28
* support .git/annex on a different disk than the rest of the repoJoey Hess2011-11-28
* better limiting of start actions to only run whenAnnexedJoey Hess2011-11-10
* reorder repo parameters lastJoey Hess2011-11-08
* clean up check selection codeJoey Hess2011-10-29
* Fail if --from or --to is passed to commands that do not support them.Joey Hess2011-10-27
* refactored and generalized pre-command sanity checkingJoey Hess2011-10-27
* renameJoey Hess2011-10-05
* renameJoey Hess2011-10-04
* factor out common importsJoey Hess2011-10-03
* refactorJoey Hess2011-09-23
* remove command type definitionsJoey Hess2011-09-15
* clean up params in usage displayJoey Hess2011-09-15
* split groups of related functions out of UtilityJoey Hess2011-08-22
* unify elipsis handlingJoey Hess2011-07-19
* renameJoey Hess2011-07-05
* remove unused backend machineryJoey Hess2011-07-05
* unlock: Made atomic.Joey Hess2011-06-20
* add whenM and unlessMJoey Hess2011-05-17
* refactor some boilerplateJoey Hess2011-05-15
* free space checkingJoey Hess2011-03-22
* avoid version check before running version and upgrade commandsJoey Hess2011-03-19
* better directory handlingJoey Hess2011-01-27
* got rid of Core moduleJoey Hess2011-01-16
* on second thought, unlock should fail if content is not presentJoey Hess2011-01-14
* unlock: Fix behavior when file content is not present.Joey Hess2011-01-13
* refactor in preparation for adding a git-annex-shell commandJoey Hess2010-12-30
* rename some stuff and prepare to break out more into Command/*Joey Hess2010-12-30
* precommit: Optimise to avoid calling git-check-attr more than once.Joey Hess2010-11-28