author | Linus Torvalds <torvalds@ppc970.osdl.org> | |
Thu, 23 Jun 2005 02:06:34 +0000 (19:06 -0700) | ||
committer | Linus Torvalds <torvalds@ppc970.osdl.org> | |
Thu, 23 Jun 2005 02:06:34 +0000 (19:06 -0700) | ||
commit | e4bcaac17e8959eb970a348519a25d0d396395f0 | |
tree | 1de09518f0979082d9484084d3b61096bfd1e58b | tree | snapshot |
parent | 3f571e0b3a7893ed068acd75f27e152d29945637 | commit | diff |
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.
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.
fsck-cache.c | diff | blob | history |