index
:
git-annex-gpl
master
git-annex without the AGPL
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
Command
/
Get.hs
Commit message (
Expand
)
Author
Age
*
fix transfer log cleanup crash
Joey Hess
2012-08-07
*
copy, drop: Avoid checking numcopies attribute unnecessarily
Joey Hess
2012-07-10
*
record transfer information on local git remotes
Joey Hess
2012-07-01
*
get, move, copy: Now refuse to do anything when the requested file transfer i...
Joey Hess
2012-07-01
*
hlint
Joey Hess
2012-06-12
*
added ifM and nuked 11 lines of code
Joey Hess
2012-03-14
*
hlint
Joey Hess
2012-02-16
*
rework git check-attr interface
Joey Hess
2012-02-13
*
fsck --from remote --fast
Joey Hess
2012-01-20
*
add tmp flag parameter to retrieveKeyFile
Joey Hess
2012-01-19
*
tweak
Joey Hess
2012-01-06
*
look up --to and --from remote names only once
Joey Hess
2012-01-06
*
more command-specific options
Joey Hess
2012-01-06
*
type alias cleanup
Joey Hess
2011-12-31
*
factor out a stopUnless
Joey Hess
2011-12-09
*
avoid error message when doing get --from on file not present on remote
Joey Hess
2011-11-18
*
better limiting of start actions to only run whenAnnexed
Joey Hess
2011-11-10
*
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
*
move annex.numcopies parsing into withNumCopies
Joey Hess
2011-09-15
*
comment
Joey Hess
2011-09-15
*
clean up params in usage display
Joey Hess
2011-09-15
*
remove optimize subcommand; use --auto instead
Joey Hess
2011-09-15
*
unify elipsis handling
Joey Hess
2011-07-19
*
remove unused backend machinery
Joey Hess
2011-07-05
*
get --from is the same as copy --from
Joey Hess
2011-06-09
*
refactor some boilerplate
Joey Hess
2011-05-15
*
avoid version check before running version and upgrade commands
Joey Hess
2011-03-19
*
parameterize Backend type
Joey Hess
2011-01-25
*
got rid of Core module
Joey Hess
2011-01-16
*
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
*
finished hlinting
Joey Hess
2010-11-22
*
refactor param seeking
Joey Hess
2010-11-11
*
refactoring, no code changes really
Joey Hess
2010-11-08
*
broke subcommands out into separate modules
Joey Hess
2010-11-02