On Fri, May 20 2022, Frantisek Hrbata wrote: > Fix memory leaks in transport_push(), where remote_refs and local_refs > are never freed. While at it, remove the unnecessary indenting and make > the code hopefully more readable. If at all possible it would be very nice to split up such re-indenting / formatting into another commit, so we can see what the "real" code changes are.