]> git.ipfire.org Git - thirdparty/git.git/commit - Documentation/gitremote-helpers.txt
remote-helpers: Support custom transport options
authorShawn O. Pearce <spearce@spearce.org>
Sat, 31 Oct 2009 00:47:29 +0000 (17:47 -0700)
committerJunio C Hamano <gitster@pobox.com>
Sat, 31 Oct 2009 02:20:54 +0000 (19:20 -0700)
commitef08ef9ea0a271e5be5844408d2496a946d6e8d9
tree895858e10e8007ed8dab29f5eea1888c216a4a4f
parent292ce46b60e2c12450c5c21044acf9c41bd837df
remote-helpers: Support custom transport options

Some transports, like the native pack transport implemented by
fetch-pack, support useful features like depth or include tags.
These should be exposed if the underlying helper knows how to
use them.

Signed-off-by: Shawn O. Pearce <spearce@spearce.org>
CC: Daniel Barkalow <barkalow@iabervon.org>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Documentation/git-remote-helpers.txt
remote-curl.c
transport-helper.c