From: Johannes Schindelin <johannes.schindelin@xxxxxx> 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@xxxxxx> --- git-sh-setup.sh | 1 - 1 file changed, 1 deletion(-) diff --git a/git-sh-setup.sh b/git-sh-setup.sh index b93f39288ce..d92df37e992 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 -- gitgitgadget