summaryrefslogtreecommitdiff
path: root/Command/FromKey.hs
Commit message (Expand)AuthorAge
* support VURL backendJoey Hess2024-02-29
* split out Utility.Url.ParseJoey Hess2023-08-14
* filter out control characters in warning messagesJoey Hess2023-04-10
* Windows: Support urls like "file:///c:/path"Joey Hess2023-03-27
* remove --backend from global optionsJoey Hess2022-06-29
* move several readonly values to AnnexReadJoey Hess2022-06-28
* registerurl,unregisterurl: rework output and support --jsonJoey Hess2022-02-14
* reject batch options combined with non-batch optionsJoey Hess2022-01-26
* --batch-keysJoey Hess2021-08-25
* fromkey: create directory for pointer files tooKyle Meyer2021-05-07
* fromkey unlocked files supportJoey Hess2021-05-03
* Git.Queue: allow providing git common options like -cJoey Hess2021-01-04
* more RawFilePath conversionJoey Hess2020-11-03
* add SeekInput (not yet used)Joey Hess2020-09-15
* renamingJoey Hess2020-07-10
* fix absolute filenames fed into --batch and git-annex infoJoey Hess2020-04-15
* mostly finished with createDirectoryUnder conversionJoey Hess2020-03-06
* get many more commands building againJoey Hess2019-12-05
* cache the serialization of a KeyJoey Hess2019-11-22
* remove most remnants of direct modeJoey Hess2019-08-26
* make CommandStart return a StartMessageJoey Hess2019-06-06
* update licenses from GPL to AGPLJoey Hess2019-03-13
* fromkey --jsonJoey Hess2019-02-05
* fromkey: Made idempotentJoey Hess2019-02-05
* rest of the deserializeKey renameingJoey Hess2019-01-14
* move commandAction out of CmdLine.SeekJoey Hess2018-10-01
* added -zJoey Hess2018-09-20
* showStart variant for when there's no worktree fileJoey Hess2017-11-28
* Make all --batch input, as well as fromkey and registerurl stdin be processed...Joey Hess2016-12-13
* didn't mean to commit this change yetJoey Hess2016-12-08
* commentJoey Hess2016-12-08
* minor styleJoey Hess2016-12-05
* git-annex fromkey now takes multiple pairs of keys and filenamesDaniel Brooks2016-12-05
* Avoid backtraces on expected failures when built with ghc 8; only use backtra...Joey Hess2016-11-15
* remove 163 lines of code without changing anything except importsJoey Hess2016-01-20
* convert all commands to work with optparse-applicativeJoey Hess2015-07-08
* started converting to use optparse-applicativeJoey Hess2015-07-08
* fromkey, registerurl: Improve handling of urls that happen to also be parsabl...Joey Hess2015-05-30
* fromkey, registerurl: Allow urls to be specified instead of keys, and generat...Joey Hess2015-05-22
* fromkey, registerurl: When reading from stdin, allow the filename and url, re...Joey Hess2015-04-07
* registerurl: New plumbing command for mass-adding urls to keys.Joey Hess2015-03-15
* fromkey: Add stdin mode.Joey Hess2015-03-15
* fromkey --force: Skip test that the key has its content in the annex.Joey Hess2015-03-15
* Repository tuning parameters can now be passed when initializing a repository...Joey Hess2015-01-27
* update my email address and homepage urlJoey Hess2015-01-21
* revert parentDir changeJoey Hess2015-01-09
* made parentDir return a Maybe FilePath; removed most uses of itJoey Hess2015-01-06
* doh't use "def" for command definitions, it conflicts with Data.Default.defJoey Hess2014-10-14
* Windows: Avoid using unix-compat's rename, which refuses to rename directories.Joey Hess2014-01-29
* fix inversion of control in CommandSeek (no behavior changes)Joey Hess2014-01-20