aboutsummaryrefslogtreecommitdiffhomepage
path: root/git-remote-gcrypt
diff options
context:
space:
mode:
Diffstat (limited to 'git-remote-gcrypt')
-rwxr-xr-xgit-remote-gcrypt10
1 files changed, 5 insertions, 5 deletions
diff --git a/git-remote-gcrypt b/git-remote-gcrypt
index d089c57..ba75f09 100755
--- a/git-remote-gcrypt
+++ b/git-remote-gcrypt
@@ -508,11 +508,6 @@ ensure_connected()
echo_info "Updated URL for $r_name, gitception:// -> ()"
fi
- if isurl rclone "$URL"; then
- echo_info "WARNING: git-remote-gcrypt's rclone support is experimental." \
- " Keep backups."
- fi
-
# Find the URL fragment
url_frag=${URL##*"#"}
isnoteq "$url_frag" "$URL" || url_frag=
@@ -860,6 +855,11 @@ setup()
trap cleanup_tmpfiles EXIT
trap 'exit 1' 1 2 3 15
+
+ if isurl rclone "$URL"; then
+ echo_info "WARNING: rclone support is experimental."
+ echo_info "WARNING: Early adoptors only. Keep backups."
+ fi
}
# handle git-remote-helpers protocol