mirror of
https://github.com/git/git.git
synced 2025-12-23 12:14:22 +01:00
git-sh-setup: remove remnant bits referring to git-legacy-stash
In 8a2cd3f512 (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>
This commit is contained in:
committed by
Junio C Hamano
parent
89bece5c8c
commit
6de07229ac
@@ -101,7 +101,6 @@ $LONG_USAGE")"
|
|||||||
case "$1" in
|
case "$1" in
|
||||||
-h)
|
-h)
|
||||||
echo "$LONG_USAGE"
|
echo "$LONG_USAGE"
|
||||||
case "$0" in *git-legacy-stash) exit 129;; esac
|
|
||||||
exit
|
exit
|
||||||
esac
|
esac
|
||||||
fi
|
fi
|
||||||
|
|||||||
Reference in New Issue
Block a user