Note that keeping a single ref per issue is problimatic, because ref scalability is one of git's weak points. In particular, a git pull always exchanges a list of all refs in the repository, so if you have thousands of issues in thousands of refs, git pulls become slower.
I suppose that gcing refs for fixed issues would help avoid this, but active projects tend to accumulate a lot of issues. (The git devs may have some plans to fix this, which require a new version of the git protocol.) -- see shy jo
signature.asc
Description: PGP signature
_______________________________________________ dist-bugs mailing list [email protected] https://kitenet.net/cgi-bin/mailman/listinfo/dist-bugs
