From: Sean Whitton Date: Sat, 28 Apr 2018 20:05:07 +0000 (-0700) Subject: tweak & move experimental warning msg X-Git-Url: https://git.nutra.tk/v2?a=commitdiff_plain;h=982eb59bf47cccacc872040e1c4e00ef077cb179;p=gamesguru%2Fgit-remote-gcrypt.git tweak & move experimental warning msg Move it to where the repository format notice used to be. Signed-off-by: Sean Whitton --- 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