stash: stop warning about the obsolete `stash.useBuiltin` config setting
commite9b272e4c1cb9742452ad44d42cedd407b6b5de2
authorJohannes Schindelin <johannes.schindelin@gmx.de>
Thu, 27 Jan 2022 22:03:51 +0000 (27 22:03 +0000)
committerJunio C Hamano <gitster@pobox.com>
Fri, 28 Jan 2022 02:00:45 +0000 (27 18:00 -0800)
tree5ed5f9a4d62ac4daa8ab7439171e68c539dad18c
parentdeeaf5ee077802f3e5bb4f52b4f14e61bdbe2a8e
stash: stop warning about the obsolete `stash.useBuiltin` config setting

In 8a2cd3f5123 (stash: remove the stash.useBuiltin setting, 2020-03-03),
we removed support for `stash.useBuiltin`, but left a warning in its
place.

After almost two years, and several major versions, it is time to remove
even that warning.

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