Skip to content

Commit

Permalink
git-sh-setup: remove remnant bits referring to git-legacy-stash
Browse files Browse the repository at this point in the history
In 8a2cd3f (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>
  • Loading branch information
dscho authored and gitster committed Jan 28, 2022
1 parent 89bece5 commit 6de0722
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion git-sh-setup.sh
Expand Up @@ -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
Expand Down

0 comments on commit 6de0722

Please sign in to comment.