stash show: learn stash.showIncludeUntracked
commit0af760e26191acd3c5957841461ff224b80b43f7
authorDenton Liu <liu.denton@gmail.com>
Wed, 3 Mar 2021 11:16:43 +0000 (3 03:16 -0800)
committerJunio C Hamano <gitster@pobox.com>
Fri, 5 Mar 2021 22:31:27 +0000 (5 14:31 -0800)
tree4ac568f916e8965219c52300d0d9f5048a2f3dbe
parentd3c7bf73bdb679dd98c6aff65edbce4df743ddd3
stash show: learn stash.showIncludeUntracked

The previous commit teaches `git stash show --include-untracked`. It
may be desirable for a user to be able to always enable the
--include-untracked behavior. Teach the stash.showIncludeUntracked
config option which allows users to do this in a similar manner to
stash.showPatch.

Signed-off-by: Denton Liu <liu.denton@gmail.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Documentation/config/stash.txt
Documentation/git-stash.txt
builtin/stash.c
t/t3905-stash-include-untracked.sh