]> git.ipfire.org Git - thirdparty/git.git/commit - git-sh-setup.sh
stash: optionally use the scripted version again
authorJohannes Schindelin <johannes.schindelin@gmx.de>
Mon, 25 Feb 2019 23:16:30 +0000 (23:16 +0000)
committerJunio C Hamano <gitster@pobox.com>
Thu, 7 Mar 2019 00:41:40 +0000 (09:41 +0900)
commit90a462725ef3932a2408e78a47e3dfc1b8d445cf
treea6126954c52363bc9eaefebd5fc1f1a425abfe40
parent8d8e9c2a94c4cb60a0db2a496fd1f28fc6ec79f8
stash: optionally use the scripted version again

We recently converted the `git stash` command from Unix shell scripts
to builtins.

Let's end users a way out when they discover a bug in the
builtin command: `stash.useBuiltin`.

As the file name `git-stash` is already in use, let's rename the
scripted backend to `git-legacy-stash`.

To make the test suite pass with `stash.useBuiltin=false`, this commit
also backports rudimentary support for `-q` (but only *just* enough
to appease the test suite), and adds a super-ugly hack to force exit
code 129 for `git stash -h`.

Signed-off-by: Johannes Schindelin <johannes.schindelin@gmx.de>
Signed-off-by: Thomas Gummerer <t.gummerer@gmail.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
.gitignore
Makefile
builtin/stash.c
git-legacy-stash.sh [moved from git-stash.sh with 97% similarity]
git-sh-setup.sh
git.c