| Commit message (Expand) | Author | Age |
* | fsck: When a key is not previously known in the location log, record somethin... | Joey Hess | 2016-05-10 |
* | fix overindent | Joey Hess | 2016-05-10 |
* | fsck: Warn when core.sharedRepository is set and an annex object file's write... | Joey Hess | 2016-04-14 |
* | Preserve execute bits of unlocked files in v6 mode. | Joey Hess | 2016-04-14 |
* | fsck: When the only copy of a file is in a dead repository, mention the repos... | Joey Hess | 2016-02-19 |
* | fsck: Populate unlocked files in v6 repositories whose content is present in ... | Joey Hess | 2016-02-14 |
* | fsck: Detect and fix missing associated file mappings in v6 repositories. | Joey Hess | 2016-02-14 |
* | files with only 1 linkCount may still be unlocked | Joey Hess | 2016-02-14 |
* | clean up | Joey Hess | 2016-02-14 |
* | remove 163 lines of code without changing anything except imports | Joey Hess | 2016-01-20 |
* | persistent-sqlite is now a hard build dependency, since v6 repository mode ne... | Joey Hess | 2015-12-26 |
* | recent fsck changes caused ugly message when object was not present | Joey Hess | 2015-12-15 |
* | changes for v6 broke fsck in direct mode | Joey Hess | 2015-12-15 |
* | fsck for v6 unlocked files | Joey Hess | 2015-12-11 |
* | fsck: Failed to honor annex.diskreserve when checking a remote. | Joey Hess | 2015-12-11 |
* | display a message in the unlikely scenario of fsking a dead repository | Joey Hess | 2015-11-10 |
* | fsck: When fscking a dead repo, avoid incorrect "fixing location log" message. | Joey Hess | 2015-11-10 |
* | parallel fsck (yes, these changes are all it takes now!) | Joey Hess | 2015-11-04 |
* | other 80% of avoding verification when hard linking to objects in shared repo | Joey Hess | 2015-10-02 |
* | rename fsckKey to verifyKeyContent | Joey Hess | 2015-10-01 |
* | Improve bash completion, so it completes names of remotes and backends in app... | Joey Hess | 2015-09-14 |
* | Fix building without database. | Joey Hess | 2015-08-23 |
* | Improve shutdown due to --time-limit, especially for fsck | Joey Hess | 2015-07-31 |
* | Support building without persistent database on for systems that lack TH. Thi... | Joey Hess | 2015-07-25 |
* | finished converting all the main options | Joey Hess | 2015-07-10 |
* | wip | Joey Hess | 2015-07-09 |
* | converted copy and move | Joey Hess | 2015-07-09 |
* | use Alternative for parsing KeyOptions | Joey Hess | 2015-07-09 |
* | use Alternative when parsing mutually exclusive fsck options | Joey Hess | 2015-07-09 |
* | formatting | Joey Hess | 2015-07-09 |
* | finalOpt is the same as optional | Joey Hess | 2015-07-09 |
* | wip | Joey Hess | 2015-07-08 |
* | converted fsck's options to optparse-applicative | Joey Hess | 2015-07-08 |
* | convert all commands to work with optparse-applicative | Joey Hess | 2015-07-08 |
* | started converting to use optparse-applicative | Joey Hess | 2015-07-08 |
* | add a hint about marking a key dead | Joey Hess | 2015-06-09 |
* | fsck: Ignore keys that are known to be dead when running in --all mode or a i... | Joey Hess | 2015-06-09 |
* | Take space that will be used by running downloads into account when checking ... | Joey Hess | 2015-05-12 |
* | Merge branch 'master' into concurrentprogress | Joey Hess | 2015-05-12 |
|\ |
|
| * | support time-1.5.0 | Joey Hess | 2015-05-10 |
| * | fsck: Ignore error recording the fsck in the activity log, which can happen w... | Joey Hess | 2015-05-06 |
| * | refactor | Joey Hess | 2015-04-30 |
| * | Fix bogus failure of fsck --fast. | Joey Hess | 2015-04-27 |
| * | fsck --from remote: Avoid downloading a key if it would go over the annex.dis... | Joey Hess | 2015-04-18 |
| * | fsck --from remote: When bad content is found in the remote, and the local re... | Joey Hess | 2015-04-18 |
* | | add filename to progress bar, and display ok/failed at end | Joey Hess | 2015-04-14 |
|/ |
|
* | rethought distributed fsck; instead add activity.log and expire command | Joey Hess | 2015-04-05 |
* | fsck: Added --distributed and --expire options, for distributed fsck. | Joey Hess | 2015-04-01 |
* | --auto is no longer a global option; only get, drop, and copy accept it. | Joey Hess | 2015-03-25 |
* | fsck: Multiple incremental fscks of different repos (some remote) can now be ... | Joey Hess | 2015-02-17 |