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