commit | ef08ef9ea0a271e5be5844408d2496a946d6e8d9 | [log] [tgz] |
---|---|---|
author | Shawn O. Pearce <spearce@spearce.org> | Fri Oct 30 17:47:29 2009 -0700 |
committer | Junio C Hamano <gitster@pobox.com> | Fri Oct 30 19:20:54 2009 -0700 |
tree | 895858e10e8007ed8dab29f5eea1888c216a4a4f | |
parent | 292ce46b60e2c12450c5c21044acf9c41bd837df [diff] |
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>