I've got an annotated tag refering to a commit (does it matter if it is annotated?) and no branch refering there. Will the commit be garbage collected after some time?
|
|
No, the commit will not be garbage collected. A reference from a tag is sufficient to keep a commit alive. |
||||||
|
|
|
tags and branches are both refs, if a ref is pointing to a commit, it's not garbage collected. You can also have custom refs, but those are uncommon. |
||
|
|
