remote-testgit: remove non-local functionality
This only makes sense for the python remote helpers framework. The tests don't exercise any feature of transport helper. Remove them. Signed-off-by: Felipe Contreras <felipe.contreras@gmail.com> Signed-off-by: Junio C Hamano <gitster@pobox.com>
This commit is contained in:

committed by
Junio C Hamano

parent
fc407f9821
commit
984f37681c
@ -4,9 +4,6 @@
|
||||
alias=$1
|
||||
url=$2
|
||||
|
||||
# huh?
|
||||
url="${url#file://}"
|
||||
|
||||
dir="$GIT_DIR/testgit/$alias"
|
||||
prefix="refs/testgit/$alias"
|
||||
refspec="refs/heads/*:${prefix}/heads/*"
|
||||
|
Reference in New Issue
Block a user