index
:
git-annex-gpl
master
git-annex without the AGPL
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
Command
/
Unlock.hs
Commit message (
Expand
)
Author
Age
*
better file mode setting code
Joey Hess
2012-04-21
*
Support git's core.sharedRepository configuration
Joey Hess
2012-04-21
*
export a more generalized checkDiskSpace
Joey Hess
2012-04-20
*
type alias cleanup
Joey Hess
2011-12-31
*
add support for using hashDirLower in addition to hashDirMixed
Joey Hess
2011-11-28
*
support .git/annex on a different disk than the rest of the repo
Joey Hess
2011-11-28
*
better limiting of start actions to only run whenAnnexed
Joey Hess
2011-11-10
*
reorder repo parameters last
Joey Hess
2011-11-08
*
clean up check selection code
Joey Hess
2011-10-29
*
Fail if --from or --to is passed to commands that do not support them.
Joey Hess
2011-10-27
*
refactored and generalized pre-command sanity checking
Joey Hess
2011-10-27
*
rename
Joey Hess
2011-10-05
*
rename
Joey Hess
2011-10-04
*
factor out common imports
Joey Hess
2011-10-03
*
refactor
Joey Hess
2011-09-23
*
remove command type definitions
Joey Hess
2011-09-15
*
clean up params in usage display
Joey Hess
2011-09-15
*
split groups of related functions out of Utility
Joey Hess
2011-08-22
*
unify elipsis handling
Joey Hess
2011-07-19
*
rename
Joey Hess
2011-07-05
*
remove unused backend machinery
Joey Hess
2011-07-05
*
unlock: Made atomic.
Joey Hess
2011-06-20
*
add whenM and unlessM
Joey Hess
2011-05-17
*
refactor some boilerplate
Joey Hess
2011-05-15
*
free space checking
Joey Hess
2011-03-22
*
avoid version check before running version and upgrade commands
Joey Hess
2011-03-19
*
better directory handling
Joey Hess
2011-01-27
*
got rid of Core module
Joey Hess
2011-01-16
*
on second thought, unlock should fail if content is not present
Joey Hess
2011-01-14
*
unlock: Fix behavior when file content is not present.
Joey Hess
2011-01-13
*
refactor in preparation for adding a git-annex-shell command
Joey Hess
2010-12-30
*
rename some stuff and prepare to break out more into Command/*
Joey Hess
2010-12-30
*
precommit: Optimise to avoid calling git-check-attr more than once.
Joey Hess
2010-11-28
*
Only use cp -a if it is supported, falling back to cp -p or plain cp.
Joey Hess
2010-11-18
*
refactor param seeking
Joey Hess
2010-11-11
*
set write bit on unlocked file
Joey Hess
2010-11-10
*
lock and unlock subcommands
Joey Hess
2010-11-09