]> git.ipfire.org Git - thirdparty/git.git/commit
stash: add coverage for show --include-untracked
authorPushkar Singh <pushkarkumarsingh1970@gmail.com>
Sat, 16 May 2026 18:33:48 +0000 (18:33 +0000)
committerJunio C Hamano <gitster@pobox.com>
Sun, 17 May 2026 05:59:46 +0000 (14:59 +0900)
commit499f9048e0ef09285fe112dc387324404fb99b1d
treebd79ff2544b79335fa23badac67533f46520df57
parent94f057755b7941b321fd11fec1b2e3ca5313a4e0
stash: add coverage for show --include-untracked

Add a test for 'git stash show --include-untracked' to
cover the case where untracked files saved in the stash
are included in the output.

While stash creation and restoration of untracked files
are already tested, there is currently no explicit test
covering the output behavior of 'stash show
--include-untracked'.

Signed-off-by: Pushkar Singh <pushkarkumarsingh1970@gmail.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
t/t3903-stash.sh