]> git.ipfire.org Git - thirdparty/git.git/commit
Merge branch 'fh/transport-push-leakfix'
authorJunio C Hamano <gitster@pobox.com>
Tue, 7 Jun 2022 21:10:57 +0000 (14:10 -0700)
committerJunio C Hamano <gitster@pobox.com>
Tue, 7 Jun 2022 21:10:57 +0000 (14:10 -0700)
commit07a454027b92605887fd09c1426fa6067f5f84cb
tree5eaadde9195e677a066a89618623d1de54aac920
parentfc5a070f591c2114a6e55b4fe3395f79e93699bb
parent8c49d704ef8487b689acaf8a3b5e9ca098d48f30
Merge branch 'fh/transport-push-leakfix'

Leakfix.

* fh/transport-push-leakfix:
  transport: free local and remote refs in transport_push()
  transport: unify return values and exit point from transport_push()
  transport: remove unnecessary indenting in transport_push()
transport.c