summaryrefslogtreecommitdiff
path: root/Command/Log.hs
Commit message (Expand)AuthorAge
* migrate --update gets keysJoey Hess2023-12-07
* started migrate --updateJoey Hess2023-12-07
* add startAction parameter for KeyShaJoey Hess2023-12-06
* git-annex log --gnuplotJoey Hess2023-11-14
* git-annex log --received modifier optionJoey Hess2023-11-14
* rename --when to --intervalJoey Hess2023-11-14
* guard against wrong timestamps in git logJoey Hess2023-11-13
* treat dead repos as 0 sizeJoey Hess2023-11-13
* git-annex log --totalsizesJoey Hess2023-11-13
* git-annex log --sizesJoey Hess2023-11-13
* the last line is for the current timeJoey Hess2023-11-10
* git-annex log --sizesofJoey Hess2023-11-10
* split out generic git log parserJoey Hess2023-11-10
* improve commentsJoey Hess2023-11-08
* log: Support --json and --json-error-messagesJoey Hess2023-05-04
* remote tailing 's' from log --raw-dataJoey Hess2023-05-04
* rmurl: Support --json and --json-error-messagesJoey Hess2023-05-04
* json object for FileNotFoundJoey Hess2023-04-25
* filter out control characters and quote filenamesJoey Hess2023-04-11
* filter out control characters in error messagesJoey Hess2023-04-10
* remove --backend from global optionsJoey Hess2022-06-29
* prevent git-annex log with read-only unmerged git-annex branchesJoey Hess2021-12-27
* simplify and speed up Utility.FileSystemEncodingJoey Hess2021-08-11
* more RawFilePath conversionJoey Hess2020-11-02
* add SeekInput (not yet used)Joey Hess2020-09-15
* 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
* annex.skipunknown with transition planJoey Hess2020-05-28
* Ref ByteString conversion doneJoey Hess2020-04-07
* annex.tune.branchhash1=true bugfixJoey Hess2020-02-14
* use --no-abbrev instead of --abbrev=40Joey Hess2020-01-07
* convert TopFilePath to use RawFilePathJoey Hess2019-12-09
* all commands building except for assistantJoey Hess2019-12-05
* remove many old version ifdefsJoey Hess2019-07-05
* update licenses from GPL to AGPLJoey Hess2019-03-13
* rename key2file and file2keyJoey Hess2019-01-14
* add a UUIDDesc type containing a ByteStringJoey Hess2019-01-01
* move commandAction out of CmdLine.SeekJoey Hess2018-10-01
* add --json-error-messages (not yet implemented)Joey Hess2018-02-19
* Avoid repeated checking that files passed on the command line exist.Joey Hess2017-10-16
* Avoid backtraces on expected failures when built with ghc 8; only use backtra...Joey Hess2016-11-15
* log: Added --all option.Joey Hess2016-07-17
* log --raw-date: Use to display seconds from unix epoch.Joey Hess2016-03-29
* log: Display time with time zone.Joey Hess2016-03-29
* remove 163 lines of code without changing anything except importsJoey Hess2016-01-20
* converted LogJoey Hess2015-07-13
* finished converting all the main optionsJoey Hess2015-07-10
* convert all commands to work with optparse-applicativeJoey Hess2015-07-08
* started converting to use optparse-applicativeJoey Hess2015-07-08