Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | repair: Check git version at run time. | Joey Hess | 2014-01-21 |
| | |||
* | repair: Support old git versions from before git fsck --no-dangling was ↵ | Joey Hess | 2014-01-13 |
| | | | | implemented. | ||
* | Improve repair of git-annex index file. | Joey Hess | 2013-12-10 |
| | | | | | | | | | | Fixes a test case I received where a corrupted repo was repaired, but the git-annex branch was not. The root of the problem was that the MissingObject returned by the repair code was not necessarily a complete set of all objects that might have been deleted during the repair. So, stop trying to return that at all, and instead make the index file checking code explicitly verify that each object the index uses is present. | ||
* | assistant: Batch jobs are now run with ionice and nocache, when those ↵ | Joey Hess | 2013-12-01 |
| | | | | commands are available. | ||
* | merge improved fsck types from git-repair and some associated changes | Joey Hess | 2013-11-30 |
| | |||
* | merge from git-repair | Joey Hess | 2013-11-21 |
| | |||
* | merge from git-repair | Joey Hess | 2013-11-21 |
| | |||
* | merge from git-repair | Joey Hess | 2013-11-20 |
| | |||
* | merge from git-repair | Joey Hess | 2013-11-20 |
| | |||
* | add git fsck to cronner, and UI for repository repair (not yet wired up) | Joey Hess | 2013-10-22 |
| | |||
* | make git fsck batch-capable | Joey Hess | 2013-10-22 |
| | |||
* | implemented removal of corrupt tracking branches | Joey Hess | 2013-10-21 |
| | | | | | | Oh, git, you made this so hard. Not determining if a branch pointed to some corrupt object, that was easy, but dealing with corrupt branches using git plumbing is a PITA. | ||
* | git-recover-repository 1/2 done | Joey Hess | 2013-10-20 |