1stash.showPatch::
2If this is set to true, the `git stash show` command without an
3option will show the stash entry in patch form. Defaults to false.
4See description of 'show' command in linkgit:git-stash[1].
56
stash.showStat::
7If this is set to true, the `git stash show` command without an
8option will show diffstat of the stash entry. Defaults to true.
9See description of 'show' command in linkgit:git-stash[1].