Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix(gittools): gittree wouldn't run in branchless repos
gittree used to be `gittreeif @` on the theory that every git repo had @ or HEAD. But a git repo with no branches at all, not even main, has no HEAD. Now that we have repos used exclusively for issues, we have to deal with zero commits, zero branches.
- Loading branch information