diff options
| author | Johannes Schindelin <johannes.schindelin@gmx.de> | 2022-01-27 22:03:48 +0000 |
|---|---|---|
| committer | Junio C Hamano <gitster@pobox.com> | 2022-01-27 18:00:09 -0800 |
| commit | 6de07229ac1dd269e12f941f701432b61dc43ad3 (patch) | |
| tree | 3983a7990a371e830f4f76787fc93655bacafc22 | |
| parent | Git 2.35 (diff) | |
| download | git-6de07229ac1dd269e12f941f701432b61dc43ad3.tar.gz git-6de07229ac1dd269e12f941f701432b61dc43ad3.zip | |
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>
| -rw-r--r-- | git-sh-setup.sh | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/git-sh-setup.sh b/git-sh-setup.sh index b93f39288c..d92df37e99 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 |
