]> granicus.if.org Git - git/commit
stash: add tests for `git stash show` config
authorPaul-Sebastian Ungureanu <ungureanupaulsebastian@gmail.com>
Mon, 25 Feb 2019 23:16:13 +0000 (23:16 +0000)
committerJunio C Hamano <gitster@pobox.com>
Thu, 7 Mar 2019 00:41:40 +0000 (09:41 +0900)
commitdac566c507baeb4921e1b8ad8d39e8145ca80c12
tree1e28589e8f6c63687de7436c185a6d0cf3acf207
parentab8ad46ec70afbc0468c2c2cff817dc54c66ca79
stash: add tests for `git stash show` config

This commit introduces tests for `git stash show`
config. It tests all the cases where `stash.showStat`
and `stash.showPatch` are unset or set to true / false.

Signed-off-by: Paul-Sebastian Ungureanu <ungureanupaulsebastian@gmail.com>
Signed-off-by: Thomas Gummerer <t.gummerer@gmail.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
t/t3907-stash-show-config.sh [new file with mode: 0755]