From 6de07229ac1dd269e12f941f701432b61dc43ad3 Mon Sep 17 00:00:00 2001 From: Johannes Schindelin Date: Thu, 27 Jan 2022 22:03:48 +0000 Subject: [PATCH] git-sh-setup: remove remnant bits referring to `git-legacy-stash` In 8a2cd3f5123 (stash: remove the stash.useBuiltin setting, 2020-03-03), we removed `git-legacy-stash.sh`. But `git-sh-setup.sh` somehow still thinks about it. Let's just not. Signed-off-by: Johannes Schindelin Signed-off-by: Junio C Hamano --- git-sh-setup.sh | 1 - 1 file changed, 1 deletion(-) diff --git a/git-sh-setup.sh b/git-sh-setup.sh index b93f39288c..d92df37e99 100644 --- a/git-sh-setup.sh +++ b/git-sh-setup.sh @@ -101,7 +101,6 @@ $LONG_USAGE")" case "$1" in -h) echo "$LONG_USAGE" - case "$0" in *git-legacy-stash) exit 129;; esac exit esac fi -- 2.39.5