aboutsummaryrefslogtreecommitdiff
path: root/Command/Info.hs
Commit message (Expand)AuthorAge
* add --json-error-messages (not yet implemented)Gravatar Joey Hess2018-02-19
* AssociatedFile newtypeGravatar Joey Hess2017-03-10
* fix up Read instance incompatability caused by recent commitGravatar Joey Hess2017-02-24
* add KeyVariety typeGravatar Joey Hess2017-02-24
* info: Support being passed a treeish, and show info about the annexed files i...Gravatar Joey Hess2016-09-15
* get, move, copy, mirror: Added --failed switch which retries failed copies/movesGravatar Joey Hess2016-08-03
* info: When run on a file now includes an indication of whether the content is...Gravatar Joey Hess2016-07-30
* Removed dependency on json library; all JSON is now handled by aeson.Gravatar Joey Hess2016-07-26
* allow using Aeson for streaming JSON outputGravatar Joey Hess2016-07-26
* info: Mention when run in a dead repository.Gravatar Joey Hess2016-02-19
* remove 163 lines of code without changing anything except importsGravatar Joey Hess2016-01-20
* remove excess spaceGravatar Joey Hess2016-01-20
* info: Support --batch mode.Gravatar Joey Hess2016-01-15
* whereis --json: Urls are now listed inside the remote that claims them, rathe...Gravatar Joey Hess2016-01-15
* info --json: Improve json for "backend usage", using a nested object with fie...Gravatar Joey Hess2016-01-01
* info: Fix "backend usage" numbers, which were counting present keys twice.Gravatar Joey Hess2016-01-01
* enableremote: List uuids and descriptions of remotes that can be enabled, and...Gravatar Joey Hess2015-10-26
* info: Don't allow use in a non-git-annex repository, since it uses the git-an...Gravatar Joey Hess2015-09-16
* info: Support querying info of individual files in direct mode.Gravatar Joey Hess2015-09-09
* converted InfoGravatar Joey Hess2015-07-11
* wipGravatar Joey Hess2015-07-09
* convert all commands to work with optparse-applicativeGravatar Joey Hess2015-07-08
* display cmdparamdesc in optparse-applicative usage messagesGravatar Joey Hess2015-07-08
* started converting to use optparse-applicativeGravatar Joey Hess2015-07-08
* Increased the default annex.bloomaccuracy from 1000 to 10000000Gravatar Joey Hess2015-06-16
* info: Added json output for "backend usage", "numcopies stats", "repositories...Gravatar Joey Hess2015-06-16
* refactorGravatar Joey Hess2015-04-30
* info: Added --bytes option.Gravatar Joey Hess2015-04-12
* info dir: Added information about repositories that contain files in the spec...Gravatar Joey Hess2015-04-12
* info: Display repository mode: bare when in a bare (non-direct mode) repo.Gravatar Joey Hess2015-04-09
* info remove: show trust levelGravatar Joey Hess2015-04-05
* The file matching options are now only accepted by commands that can actually...Gravatar Joey Hess2015-02-06
* remove debug printGravatar Joey Hess2015-01-23
* update my email address and homepage urlGravatar Joey Hess2015-01-21
* add getFileSize, which can get the real size of a large file on WindowsGravatar Joey Hess2015-01-20
* implemented old Richih wishlist about remote/uuid infoGravatar Joey Hess2015-01-13
* info: avoid strange display of here repo when it has NoUUIDGravatar Joey Hess2014-10-28
* add per-remote-type infoGravatar Joey Hess2014-10-21
* info: When passed the name or uuid of a remote, displays info about that remote.Gravatar Joey Hess2014-10-21
* info: When run on a single annexed file, displays some info about the file, ...Gravatar Joey Hess2014-10-21
* doh't use "def" for command definitions, it conflicts with Data.Default.defGravatar Joey Hess2014-10-14
* hlintGravatar Joey Hess2014-10-09
* fix some mixed space+tab indentationGravatar Joey Hess2014-10-09
* info: Allow use in a repository where annex.uuid is not set.Gravatar Joey Hess2014-04-15
* Fix direct mode getKeysPresent false positive & also sped up direct mode unus...Gravatar Joey Hess2014-03-07
* Put non-object tmp files in .git/annex/misctmp, leaving .git/annex/tmp for on...Gravatar Joey Hess2014-02-26
* Windows: Avoid using unix-compat's rename, which refuses to rename directories.Gravatar Joey Hess2014-01-29
* reorganize some files and importsGravatar Joey Hess2014-01-26
* reorgGravatar Joey Hess2014-01-21
* reorganize numcopies code (no behavior changes)Gravatar Joey Hess2014-01-21