]> git.ipfire.org Git - thirdparty/git.git/commitdiff
git-sh-setup: remove remnant bits referring to `git-legacy-stash`
authorJohannes Schindelin <johannes.schindelin@gmx.de>
Thu, 27 Jan 2022 22:03:48 +0000 (22:03 +0000)
committerJunio C Hamano <gitster@pobox.com>
Fri, 28 Jan 2022 02:00:09 +0000 (18:00 -0800)
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 <johannes.schindelin@gmx.de>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
git-sh-setup.sh

index b93f39288ce41f06b0e1f564d833a40f6c8577b9..d92df37e9924719b2aa6d1c84a88d56811d2bd4f 100644 (file)
@@ -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