]> git.ipfire.org Git - thirdparty/git.git/blob - Documentation/config/stash.txt
Git 2.31.5
[thirdparty/git.git] / Documentation / config / stash.txt
1 stash.useBuiltin::
2 Unused configuration variable. Used in Git versions 2.22 to
3 2.26 as an escape hatch to enable the legacy shellscript
4 implementation of stash. Now the built-in rewrite of it in C
5 is always used. Setting this will emit a warning, to alert any
6 remaining users that setting this now does nothing.
7
8 stash.showPatch::
9 If this is set to true, the `git stash show` command without an
10 option will show the stash entry in patch form. Defaults to false.
11 See description of 'show' command in linkgit:git-stash[1].
12
13 stash.showStat::
14 If this is set to true, the `git stash show` command without an
15 option will show diffstat of the stash entry. Defaults to true.
16 See description of 'show' command in linkgit:git-stash[1].