summaryrefslogtreecommitdiff
path: root/Command/MetaData.hs
Commit message (Expand)AuthorAge
* Fix mangling of --json output of utf-8 characters when not running in a utf-8...Joey Hess2018-04-16
* add --json-error-messages (not yet implemented)Joey Hess2018-02-19
* showStart variant for when there's no worktree fileJoey Hess2017-11-28
* Avoid repeated checking that files passed on the command line exist.Joey Hess2017-10-16
* metadata: Added --remove-all.Joey Hess2017-09-28
* Added GIT_ANNEX_VECTOR_CLOCK environment variableJoey Hess2017-08-14
* AssociatedFile newtypeJoey Hess2017-03-10
* metadata --batch: Fix bug when conflicting metadata changes were made in the ...Joey Hess2016-12-13
* Avoid backtraces on expected failures when built with ghc 8; only use backtra...Joey Hess2016-11-15
* addurl, get: Added --json-progress option, which adds progress objects to the...Joey Hess2016-09-09
* disentangle concurrency and message typeJoey Hess2016-09-09
* get, move, copy, mirror: Added --failed switch which retries failed copies/movesJoey Hess2016-08-03
* Added metadata --batch option, which allows getting, setting, deleting, and m...Joey Hess2016-07-27
* improved use of Aeson for JSONActionItemJoey Hess2016-07-26
* saner format for metadata --jsonJoey Hess2016-07-26
* allow using Aeson for streaming JSON outputJoey Hess2016-07-26
* --branch, stage 2Joey Hess2016-07-20
* metadata: Added -r to remove all current values of a field.Joey Hess2016-02-29
* use DelMeta to unset tagJoey Hess2016-02-29
* remove 163 lines of code without changing anything except importsJoey Hess2016-01-20
* metadata: Fix reversion introduced in 5.20150727 that caused display of metad...Joey Hess2015-08-11
* converted MetaData, eliminating a global value from Annex state .. beautifulJoey Hess2015-07-12
* convert all commands to work with optparse-applicativeJoey Hess2015-07-08
* started converting to use optparse-applicativeJoey Hess2015-07-08
* --auto is no longer a global option; only get, drop, and copy accept it.Joey Hess2015-03-25
* a few command usage fixesJoey Hess2015-03-25
* metadata: When setting metadata, do not recurse into directories by default, ...Joey Hess2015-02-10
* 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
* doh't use "def" for command definitions, it conflicts with Data.Default.defJoey Hess2014-10-14
* replace (Key, Backend) with KeyJoey Hess2014-04-17
* Each for each metadata field, there's now an automatically maintained "$field...Joey Hess2014-03-18
* closeJoey Hess2014-03-17
* metadata: Add --get (from bremner)Joey Hess2014-03-15
* metadata: Support --jsonJoey Hess2014-02-23
* annex.genmetadata can be set to make git-annex automatically set metadata (ye...Joey Hess2014-02-23
* metadata: add --tag and --untag shorthand optionsJoey Hess2014-02-19
* new section for metadataJoey Hess2014-02-19
* limiting files based on metadataJoey Hess2014-02-13
* nice git ack space optimisation when setting the same metadata value for mult...Joey Hess2014-02-13
* metacata command can now operate on many files at onceJoey Hess2014-02-13
* don't bring forward old values in new log lineJoey Hess2014-02-12
* add metadata command to get/set metadataJoey Hess2014-02-12