aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorroot <root@localhost>2013-03-05 08:29:21 +0000
committerroot <root@localhost>2013-03-05 08:29:21 +0000
commit6233fdebddd791d8cd03f5c8d570805451b44c5f (patch)
treec60aa2f0c476fbac81d85ef1c8523d02ec27e3e0
parent8726767e251fd8e4aaced6d7462d1be38c2df35a (diff)
downloadgit-remote-gcrypt-6233fdebddd791d8cd03f5c8d570805451b44c5f.zip
git-remote-gcrypt-6233fdebddd791d8cd03f5c8d570805451b44c5f.tar.gz
git-remote-gcrypt-6233fdebddd791d8cd03f5c8d570805451b44c5f.tar.bz2
Remove deprecated gcrypt::ssh:// (use rsync instead, previously autofixed)
We need to remove this since git handles ssh:// URLs already. With this change, we now use the git backend for these.
-rwxr-xr-xgit-remote-gcrypt8
1 files changed, 0 insertions, 8 deletions
diff --git a/git-remote-gcrypt b/git-remote-gcrypt
index 3e62808..5e59af9 100755
--- a/git-remote-gcrypt
+++ b/git-remote-gcrypt
@@ -450,14 +450,6 @@ ensure_connected()
iseq "${NAME#gcrypt::}" "$URL" || r_name=$NAME
- # Fixup ssh:// -> rsync://
- if isurl ssh "$URL"; then
- URL="rsync://${URL#ssh://}"
- isnull "$r_name" || {
- git config "remote.$r_name.url" "gcrypt::$URL"
- echo_info "Updated URL for $r_name, ssh: -> rsync:"
- }
- fi
if isurl gitception "$URL" && isnonnull "$r_name"; then
git config "remote.$r_name.url" "gcrypt::${URL#gitception://}"
echo_info "Updated URL for $r_name, gitception:// -> ()"