summaryrefslogtreecommitdiff
path: root/git-remote-testgit
diff options
context:
space:
mode:
authorFelipe Contreras <felipe.contreras@gmail.com>2012-11-28 22:11:02 (GMT)
committerJunio C Hamano <gitster@pobox.com>2012-11-29 20:18:45 (GMT)
commit984f37681c937be0c7c1135e86141a83920edcc1 (patch)
treea64475c91c2afd08ac8a48ec6cee8a3bc34b3162 /git-remote-testgit
parentfc407f9821840041757975045c4a1ca01effa27a (diff)
downloadgit-984f37681c937be0c7c1135e86141a83920edcc1.zip
git-984f37681c937be0c7c1135e86141a83920edcc1.tar.gz
git-984f37681c937be0c7c1135e86141a83920edcc1.tar.bz2
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>
Diffstat (limited to 'git-remote-testgit')
-rwxr-xr-xgit-remote-testgit3
1 files changed, 0 insertions, 3 deletions
diff --git a/git-remote-testgit b/git-remote-testgit
index 5042f5a..5117ab5 100755
--- a/git-remote-testgit
+++ b/git-remote-testgit
@@ -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/*"