]> git.ipfire.org Git - thirdparty/git.git/commit
add: remove support for `git-legacy-stash`
authorJohannes Schindelin <johannes.schindelin@gmx.de>
Thu, 27 Jan 2022 22:03:49 +0000 (22:03 +0000)
committerJunio C Hamano <gitster@pobox.com>
Fri, 28 Jan 2022 02:00:15 +0000 (18:00 -0800)
commit5d4dc38bfd484fda1944f131189f7e53abb90c1d
tree130a65d80148128f0ad51ca64c795377d0938f68
parent6de07229ac1dd269e12f941f701432b61dc43ad3
add: remove support for `git-legacy-stash`

In 90a6bb98d11 (legacy stash -p: respect the add.interactive.usebuiltin
setting, 2019-12-21), we added support to use the built-in `add -p` from
the scripted `stash -p`.

In 8a2cd3f5123 (stash: remove the stash.useBuiltin setting, 2020-03-03),
we retired the scripted `stash` (including the scripted `stash -p`).

Therefore this support is no longer necessary.

Signed-off-by: Johannes Schindelin <johannes.schindelin@gmx.de>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
builtin/add.c