From 5551a0a0eee819006a6bb6abfa2f1bf870a2bfd4 Mon Sep 17 00:00:00 2001 From: Shane Jaroch Date: Fri, 16 Jan 2026 20:52:44 -0500 Subject: [PATCH] more tweaks/spelling --- git-remote-gcrypt | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) 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" -- 2.52.0