]> git.ipfire.org Git - thirdparty/git.git/commit - transport.c
Refactor git transport options parsing
authorIlari Liusvaara <ilari.liusvaara@elisanet.fi>
Wed, 9 Dec 2009 15:26:30 +0000 (17:26 +0200)
committerJunio C Hamano <gitster@pobox.com>
Wed, 9 Dec 2009 20:40:42 +0000 (12:40 -0800)
commitaa5af9749f53f7e44bef36c5c40918295430fb03
tree72230aef9e754380f79ec5a2b7c831941d15a33e
parent25d5cc488a75cc232e97af42759812d9aa398713
Refactor git transport options parsing

Refactor the transport options parsing so that protocols that aren't
directly smart transports (file://, git://, ssh:// & co) can record
the smart transport options for the case if it turns that transport
can actually be smart.

Signed-off-by: Ilari Liusvaara <ilari.liusvaara@elisanet.fi>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
transport.c
transport.h