From 6233fdebddd791d8cd03f5c8d570805451b44c5f Mon Sep 17 00:00:00 2001 From: root Date: Tue, 5 Mar 2013 08:29:21 +0000 Subject: 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. --- git-remote-gcrypt | 8 -------- 1 file changed, 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:// -> ()" -- cgit v1.1