aboutsummaryrefslogtreecommitdiff
path: root/Command/Fsck.hs
Commit message (Expand)AuthorAge
* add --json-error-messages (not yet implemented)Gravatar Joey Hess2018-02-19
* optimise for case where there are no required contentsGravatar Joey Hess2018-02-08
* fsck: Warn when required content is not present in the repository that requir...Gravatar Joey Hess2018-02-08
* Fix several places where files in .git/annex/ were written with modes that di...Gravatar Joey Hess2018-01-02
* more lambda-case conversionGravatar Joey Hess2017-12-05
* showStart variant for when there's no worktree fileGravatar Joey Hess2017-11-28
* Avoid repeated checking that files passed on the command line exist.Gravatar Joey Hess2017-10-16
* fsck: Support --json.Gravatar Joey Hess2017-06-26
* support parsing options like --to=hereGravatar Joey Hess2017-05-31
* minor cleanupGravatar Joey Hess2017-03-10
* use ActionItem rather than StringGravatar Joey Hess2017-03-10
* AssociatedFile newtypeGravatar Joey Hess2017-03-10
* fix fsck bug introduced in 1a497cefb47557f0b4788c606f9071be422b2511Gravatar Joey Hess2017-03-10
* fsck -q: When a file has bad content, include the name of the file in the war...Gravatar Joey Hess2017-03-08
* make fsck check annex.securehashesonly, and new tip for working around SHA1 c...Gravatar Joey Hess2017-02-27
* add KeyVariety typeGravatar Joey Hess2017-02-24
* fsck --all --from was checking the content of files in the local repository, ...Gravatar Joey Hess2016-11-16
* Avoid backtraces on expected failures when built with ghc 8; only use backtra...Gravatar Joey Hess2016-11-15
* get, move, copy, mirror: Added --failed switch which retries failed copies/movesGravatar Joey Hess2016-08-03
* --branch, stage 2Gravatar Joey Hess2016-07-20
* fsck: Fix a reversion in direct mode fsck of a file that is present when the ...Gravatar Joey Hess2016-07-12
* fsck: When a key is not previously known in the location log, record somethin...Gravatar Joey Hess2016-05-10
* fix overindentGravatar Joey Hess2016-05-10
* fsck: Warn when core.sharedRepository is set and an annex object file's write...Gravatar Joey Hess2016-04-14
* Preserve execute bits of unlocked files in v6 mode.Gravatar Joey Hess2016-04-14
* fsck: When the only copy of a file is in a dead repository, mention the repos...Gravatar Joey Hess2016-02-19
* fsck: Populate unlocked files in v6 repositories whose content is present in ...Gravatar Joey Hess2016-02-14
* fsck: Detect and fix missing associated file mappings in v6 repositories.Gravatar Joey Hess2016-02-14
* files with only 1 linkCount may still be unlockedGravatar Joey Hess2016-02-14
* clean upGravatar Joey Hess2016-02-14
* remove 163 lines of code without changing anything except importsGravatar Joey Hess2016-01-20
* persistent-sqlite is now a hard build dependency, since v6 repository mode ne...Gravatar Joey Hess2015-12-26
* recent fsck changes caused ugly message when object was not presentGravatar Joey Hess2015-12-15
* changes for v6 broke fsck in direct modeGravatar Joey Hess2015-12-15
* fsck for v6 unlocked filesGravatar Joey Hess2015-12-11
* fsck: Failed to honor annex.diskreserve when checking a remote.Gravatar Joey Hess2015-12-11
* display a message in the unlikely scenario of fsking a dead repositoryGravatar Joey Hess2015-11-10
* fsck: When fscking a dead repo, avoid incorrect "fixing location log" message.Gravatar Joey Hess2015-11-10
* parallel fsck (yes, these changes are all it takes now!)Gravatar Joey Hess2015-11-04
* other 80% of avoding verification when hard linking to objects in shared repoGravatar Joey Hess2015-10-02
* rename fsckKey to verifyKeyContentGravatar Joey Hess2015-10-01
* 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