summaryrefslogtreecommitdiff
path: root/Command/MetaData.hs
Commit message (Expand)AuthorAge
* add startAction parameter for KeyShaJoey Hess2023-12-06
* factor out maybeAddJSONFieldJoey Hess2023-05-08
* unused: Support --json and --json-error-messagesJoey Hess2023-05-08
* json object for FileNotFoundJoey Hess2023-04-25
* filter out control characters and quote filenamesJoey Hess2023-04-11
* filter out control characters in all other MessagesJoey Hess2023-04-11
* use lookupKeyStaged in --batch code pathsJoey Hess2022-10-26
* remove --backend from global optionsJoey Hess2022-06-29
* reject batch options combined with non-batch optionsJoey Hess2022-01-26
* tighter --json parsing for metadataJoey Hess2021-11-01
* metadata --batch: Avoid crashing when a non-annexed file is inputJoey Hess2021-11-01
* --batch-keysJoey Hess2021-08-25
* deal better with clock skew situations, using vector clocksJoey Hess2021-08-04
* generate more compact git-annex branch for importsJoey Hess2020-12-23
* more RawFilePath conversionJoey Hess2020-11-02
* add SeekInput (not yet used)Joey Hess2020-09-15
* Fix a bug in find --branch in the previous versionJoey Hess2020-07-24
* unify batch mode with non-batch by using AnnexedFileSeekerJoey Hess2020-07-22
* mostly done with location log precachingJoey Hess2020-07-13
* convert all applicable commands to new 2x faster annexed file seekingJoey Hess2020-07-10
* renamingJoey Hess2020-07-10
* annex.skipunknown with transition planJoey Hess2020-05-28
* fix absolute filenames fed into --batch and git-annex infoJoey Hess2020-04-15
* fix all remaining -Wincomplete-uni-patterns warningsJoey Hess2020-04-15
* get many more commands building againJoey Hess2019-12-05
* finish CommandStart transitionJoey Hess2019-06-12
* make CommandStart return a StartMessageJoey Hess2019-06-06
* add Key to all ActionItem constructorsJoey Hess2019-06-06
* update licenses from GPL to AGPLJoey Hess2019-03-13
* fix build with old version of optparse-applicativeJoey Hess2019-01-18
* follow-on changes from MetaData type changesJoey Hess2019-01-07
* move commandAction out of CmdLine.SeekJoey Hess2018-10-01
* added -zJoey Hess2018-09-20
* per-remote metadata storageJoey Hess2018-08-31
* make --batch honor matching optionsJoey Hess2018-08-08
* 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