aboutsummaryrefslogtreecommitdiffhomepage
path: root/git-remote-gcrypt
diff options
context:
space:
mode:
authorSean Whitton <spwhitton@spwhitton.name>2020-07-21 20:09:50 -0700
committerSean Whitton <spwhitton@spwhitton.name>2020-07-24 15:35:38 -0700
commitea41d6c979814bc65e468f68e1f8ae33d422fe76 (patch)
tree5a6c15544a76dc69f61f6f18ac14f053361ed188 /git-remote-gcrypt
parent38d6f051ee2c4e6bffb4f6dec55e8853f1eb96f9 (diff)
downloadgit-remote-gcrypt-ea41d6c979814bc65e468f68e1f8ae33d422fe76.tar.gz
shorten and tweak docs and output
Signed-off-by: Sean Whitton <spwhitton@spwhitton.name>
Diffstat (limited to 'git-remote-gcrypt')
-rwxr-xr-xgit-remote-gcrypt6
1 files changed, 4 insertions, 2 deletions
diff --git a/git-remote-gcrypt b/git-remote-gcrypt
index 176de31..5c15b60 100755
--- a/git-remote-gcrypt
+++ b/git-remote-gcrypt
@@ -773,9 +773,11 @@ EOF
then
if [ "$Conf_force_required" = true ]
then
- echo_die "gcrypt.force-required is set to true. Explicitly force push by passing --force in order to override this error."
+ echo_die "Implicit force push disallowed by gcrypt configuration."
else
- echo_info "An implicit --force push is occuring. Please set 'git config --global add gcrypt.force-required true' to protect from implicit force pushes."
+ echo_info "Due to a longstanding bug, this push implicitly has --force."
+ echo_info "Consider explicitly passing --force, and setting"
+ echo_info "gcrypt's require-explicit-force-push git config key."
fi
fi