Add minimal mode to git-fsck(1)
Some repositories might not be verifiable with all the checks in git-fsck(1). To allow the user to do the minimal checks on a repository, add option --minimal to git-fsck(1).
This mode works with old repositories like the Linux kernel and Git itself.
Closes #400
Edited by Toon Claes