index
:
git-annex-gpl
master
git-annex without the AGPL
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
Command
/
Find.hs
Commit message (
Expand
)
Author
Age
*
findref: New command, like find but shows files in a specified git ref.
Joey Hess
2014-04-17
*
replace (Key, Backend) with Key
Joey Hess
2014-04-17
*
reorganize some files and imports
Joey Hess
2014-01-26
*
fix inversion of control in CommandSeek (no behavior changes)
Joey Hess
2014-01-20
*
Remove --json option from commands not supporting it.
Joey Hess
2014-01-18
*
Add plumbing-level lookupkey examinekey command.
Joey Hess
2013-12-15
*
find: Avoid polluting stdout with progress messages. Closes: #718186
Joey Hess
2013-07-30
*
add section metadata to all commands
Joey Hess
2013-03-24
*
More commands work in direct mode repositories: find, whereis, move, copy, dr...
Joey Hess
2013-01-05
*
block all commands that don't work in direct mode
Joey Hess
2012-12-29
*
avoid commits when running fix and find
Joey Hess
2012-11-24
*
where indentation
Joey Hess
2012-11-12
*
add routes to pause/start/cancel transfers
Joey Hess
2012-08-08
*
fun with symbols
Joey Hess
2012-03-17
*
optimize monadic ||
Joey Hess
2012-03-16
*
hlint
Joey Hess
2012-02-16
*
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
*
per-command options
Joey Hess
2012-01-05
*
type alias cleanup
Joey Hess
2011-12-31
*
reorder less expensive terminal first
Joey Hess
2011-12-23
*
find --json
Joey Hess
2011-12-23
*
Format strings can be specified using the new --find option, to control what ...
Joey Hess
2011-12-22
*
find: Support --print0
Joey Hess
2011-11-22
*
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
*
make find show files meeting limits, even when not present
Joey Hess
2011-09-18
*
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
*
add whenM and unlessM
Joey Hess
2011-05-17
*
refactor some boilerplate
Joey Hess
2011-05-15
*
avoid version check before running version and upgrade commands
Joey Hess
2011-03-19
*
symlink touching fun
Joey Hess
2011-03-14
*
Rethink filename encoding handling for display. Since filename encoding may o...
0.23
Joey Hess
2011-03-12
*
update unicode FilePath handling
Joey Hess
2011-02-11
*
Fix display of unicode filenames.
Joey Hess
2011-02-10
*
got rid of Core module
Joey Hess
2011-01-16
*
clarify default values when no path is specified
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
*
finished hlinting
Joey Hess
2010-11-22
*
find: New subcommand.
Joey Hess
2010-11-14