summaryrefslogtreecommitdiff
path: root/Command/Fsck.hs
Commit message (Expand)AuthorAge
* Improve bash completion, so it completes names of remotes and backends in app...Gravatar Joey Hess2015-09-14
* Fix building without database.Gravatar Joey Hess2015-08-23
* Improve shutdown due to --time-limit, especially for fsckGravatar Joey Hess2015-07-31
* Support building without persistent database on for systems that lack TH. Thi...Gravatar Joey Hess2015-07-25
* finished converting all the main optionsGravatar Joey Hess2015-07-10
* wipGravatar Joey Hess2015-07-09
* converted copy and moveGravatar Joey Hess2015-07-09
* use Alternative for parsing KeyOptionsGravatar Joey Hess2015-07-09
* use Alternative when parsing mutually exclusive fsck optionsGravatar Joey Hess2015-07-09
* formattingGravatar Joey Hess2015-07-09
* finalOpt is the same as optionalGravatar Joey Hess2015-07-09
* wipGravatar Joey Hess2015-07-08
* converted fsck's options to optparse-applicativeGravatar Joey Hess2015-07-08
* convert all commands to work with optparse-applicativeGravatar Joey Hess2015-07-08
* started converting to use optparse-applicativeGravatar Joey Hess2015-07-08
* add a hint about marking a key deadGravatar Joey Hess2015-06-09
* fsck: Ignore keys that are known to be dead when running in --all mode or a i...Gravatar Joey Hess2015-06-09
* Take space that will be used by running downloads into account when checking ...Gravatar Joey Hess2015-05-12
* Merge branch 'master' into concurrentprogressGravatar Joey Hess2015-05-12
|\
| * support time-1.5.0Gravatar Joey Hess2015-05-10
| * fsck: Ignore error recording the fsck in the activity log, which can happen w...Gravatar Joey Hess2015-05-06
| * refactorGravatar Joey Hess2015-04-30
| * Fix bogus failure of fsck --fast.Gravatar Joey Hess2015-04-27
| * fsck --from remote: Avoid downloading a key if it would go over the annex.dis...Gravatar Joey Hess2015-04-18
| * fsck --from remote: When bad content is found in the remote, and the local re...Gravatar Joey Hess2015-04-18
* | add filename to progress bar, and display ok/failed at endGravatar Joey Hess2015-04-14
|/
* rethought distributed fsck; instead add activity.log and expire commandGravatar Joey Hess2015-04-05
* fsck: Added --distributed and --expire options, for distributed fsck.Gravatar Joey Hess2015-04-01
* --auto is no longer a global option; only get, drop, and copy accept it.Gravatar Joey Hess2015-03-25
* fsck: Multiple incremental fscks of different repos (some remote) can now be ...Gravatar Joey Hess2015-02-17
* avoid crash when starting fsck --incremental when one is already runningGravatar Joey Hess2015-02-17
* commit new transaction after 60 secondsGravatar Joey Hess2015-02-16
* commit more transactions when fsckingGravatar Joey Hess2015-02-16
* convert incremental fsck to using sqlite databaseGravatar Joey Hess2015-02-16
* fix compile warningGravatar Joey Hess2015-02-12
* fsck --from: If a download from a remote fails, propigate the failure.Gravatar Joey Hess2015-02-10
* The file matching options are now only accepted by commands that can actually...Gravatar Joey Hess2015-02-06
* Repository tuning parameters can now be passed when initializing a repository...Gravatar Joey Hess2015-01-27
* 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
* revert parentDir changeGravatar Joey Hess2015-01-09
* made parentDir return a Maybe FilePath; removed most uses of itGravatar Joey Hess2015-01-06
* doh't use "def" for command definitions, it conflicts with Data.Default.defGravatar Joey Hess2014-10-14
* indent with tabs not spacesGravatar Joey Hess2014-10-09
* fix some mixed space+tab indentationGravatar Joey Hess2014-10-09
* replace (Key, Backend) with KeyGravatar Joey Hess2014-04-17
* clean up cleanup action enumerationGravatar Joey Hess2014-03-13
* Put non-object tmp files in .git/annex/misctmp, leaving .git/annex/tmp for on...Gravatar Joey Hess2014-02-26
* fix all remaining -Wall warnings on WindowsGravatar Joey Hess2014-02-25
* tweak wordingGravatar Joey Hess2014-02-20