]> git.ipfire.org Git - thirdparty/git.git/commit - transport.c
transport: convert transport_push to use struct refspec
authorBrandon Williams <bmwill@google.com>
Wed, 16 May 2018 22:57:55 +0000 (15:57 -0700)
committerJunio C Hamano <gitster@pobox.com>
Thu, 17 May 2018 21:19:42 +0000 (06:19 +0900)
commite03c4e084d89f31dd4569b085d88b60758a54cd1
treed7ea8f64e79f760a8e9cf48524308d63d3acebb7
parent895d3912582360a9f1ab805c75883f9fcf5f5c3c
transport: convert transport_push to use struct refspec

Convert the logic in 'transport_push()' which calculates a list of
ref-prefixes to use 'struct refspec'.

Signed-off-by: Brandon Williams <bmwill@google.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
transport.c