From: Johannes Schindelin Date: Thu, 27 Jan 2022 22:03:48 +0000 (+0000) Subject: git-sh-setup: remove remnant bits referring to `git-legacy-stash` X-Git-Tag: v2.36.0-rc0~148^2~3 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=6de07229ac1dd269e12f941f701432b61dc43ad3;p=thirdparty%2Fgit.git 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 --- 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