Skip to content

Commit 6de0722

Browse files
dschogitster
authored andcommitted
git-sh-setup: remove remnant bits referring to git-legacy-stash
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 <[email protected]> Signed-off-by: Junio C Hamano <[email protected]>
1 parent 89bece5 commit 6de0722

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

git-sh-setup.sh

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -101,7 +101,6 @@ $LONG_USAGE")"
101101
case "$1" in
102102
-h)
103103
echo "$LONG_USAGE"
104-
case "$0" in *git-legacy-stash) exit 129;; esac
105104
exit
106105
esac
107106
fi

0 commit comments

Comments
 (0)