]> git.ipfire.org Git - thirdparty/git.git/commit - transport-helper.c
Add support for "import" helper command
authorDaniel Barkalow <barkalow@iabervon.org>
Wed, 18 Nov 2009 01:42:27 +0000 (02:42 +0100)
committerJunio C Hamano <gitster@pobox.com>
Wed, 18 Nov 2009 05:45:44 +0000 (21:45 -0800)
commite65e91ed4af5ed9c5c810a2cd77b8648a0287e66
tree06cf3f0ff7d15b6be006a1a9606c52208cf1e134
parent87422439d100f020cadb63b5da8495e5fbfb8fa3
Add support for "import" helper command

This command, supported if the "import" capability is advertized,
allows a helper to support fetching by outputting a git-fast-import
stream.

If both "fetch" and "import" are advertized, git itself will use
"fetch" (although other users may use "import" in this case).

Signed-off-by: Daniel Barkalow <barkalow@iabervon.org>
Signed-off-by: Sverre Rabbelier <srabbelier@gmail.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Documentation/git-remote-helpers.txt
transport-helper.c