From: Shane Jaroch Date: Sat, 17 Jan 2026 01:52:44 +0000 (-0500) Subject: more tweaks/spelling X-Git-Url: https://git.nutra.tk/v1?a=commitdiff_plain;h=5551a0a0eee819006a6bb6abfa2f1bf870a2bfd4;p=gamesguru%2Fgit-remote-gcrypt.git more tweaks/spelling --- diff --git a/git-remote-gcrypt b/git-remote-gcrypt index e9fce0a..ff1e928 100755 --- a/git-remote-gcrypt +++ b/git-remote-gcrypt @@ -746,7 +746,7 @@ read_config() if isnull "$Recipients" then - if [ "$NAME" = "gcrypt-stat" ]; then + if [ "$NAME" = "gcrypt-stat" ] || [ "$NAME" = "gcrypt-clean" ]; then return 0 fi echo_info "You have not configured any keys you can encrypt to" \ @@ -1468,7 +1468,7 @@ cmd_clean() else echo_info "Error: No gcrypt manifest found on remote '$URL'." echo_info "Aborting clean to prevent accidental data loss." - echo_info "To force initiation of the repository as git-crypt (and delete all old objects):" + echo_info "To force initiation of the repository as gcrypt (and delete all old objects):" echo_info " git-remote-gcrypt clean --init --force $URL" exit 1 fi @@ -1575,7 +1575,7 @@ cmd_stat() echo "Tracked/Encrypted files: 0" echo "Untracked/Plain files: $file_count" echo "" - echo "To force initiation of the repository as git-crypt (and delete all old objects):" + echo "To force initiation of the repository as gcrypt (and delete all old objects):" echo " git-remote-gcrypt clean --init --force $URL" fi CLEAN_FINAL "$URL"