]> git.ipfire.org Git - thirdparty/git.git/commit - remote.c
Allow helper to map private ref names into normal names
authorDaniel Barkalow <barkalow@iabervon.org>
Wed, 18 Nov 2009 01:42:28 +0000 (02:42 +0100)
committerJunio C Hamano <gitster@pobox.com>
Wed, 18 Nov 2009 05:45:44 +0000 (21:45 -0800)
commit72ff894308d4f6eb9f081167377857f7a3268bca
tree03cd6caf19a32bd7fbd8d3c416f6a0700366839e
parente65e91ed4af5ed9c5c810a2cd77b8648a0287e66
Allow helper to map private ref names into normal names

This allows a helper to say that, when it handles "import
refs/heads/topic", the script it outputs will actually write to
refs/svn/origin/branches/topic; therefore, transport-helper should
read it from the latter location after git-fast-import completes.

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