On Fri, Nov 11, 2022 at 07:49:49AM +0100, Patrick Steinhardt wrote: > Patrick Steinhardt (7): > refs: fix memory leak when parsing hideRefs config > refs: get rid of global list of hidden refs > revision: move together exclusion-related functions > revision: introduce struct to handle exclusions > revision: add new parameter to exclude hidden refs > rev-parse: add `--exclude-hidden=` option > receive-pack: only use visible refs for connectivity check The new version is looking pretty good to my eyes, though I would like to hear from Peff, too, since he caught a few things that I missed in the previous rounds. I have to say, the final patch is *really* nice ;-). Thanks, Taylor