Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Don't ignore reachability of tag objects in fsck
We used to ignore unreachable tags, which just causes problems: it makes "git prune" leave them around, but since we'll have prune everything that tag points to, the tag object really should be removed too. So remove the code that made us think tags were always reachable.
- Loading branch information