what would you call a git commit that can no longer be reached from any branch or reference (for example because you ran `git commit --amend` or `git rebase`), but that you can still get to from `git reflog`?
I've considered "orphan", "dangling", and "unreachable" but none of these seem right:
- orphan has another meaning in git
- dangling only refers to the "tip" commits
- "unreachable" means that you can't reach it at all
@mkb @b0rk The Hubble horizon would be a better analogy, I think: everything within it is theoretically reachable, but everything beyond it to the cosmic event horizon is forever out of reach, even though its light from long ago still had time to reach us.
Every commit in the repo's universe is intrahubble, but somehow y'all found an extrahubble commit.