author | Ilari Liusvaara <ilari.liusvaara@elisanet.fi> | |
Wed, 9 Dec 2009 15:26:30 +0000 (17:26 +0200) | ||
committer | Junio C Hamano <gitster@pobox.com> | |
Wed, 9 Dec 2009 20:40:42 +0000 (12:40 -0800) | ||
commit | aa5af9749f53f7e44bef36c5c40918295430fb03 | |
tree | 72230aef9e754380f79ec5a2b7c831941d15a33e | tree | snapshot |
parent | 25d5cc488a75cc232e97af42759812d9aa398713 | commit | diff |
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>
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 | diff | blob | history | |
transport.h | diff | blob | history |