Fourth batch
[git/raj.git] / Documentation / config / stash.txt
blob00eb35434e883d917d895296e4b1bfd726bac29b
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.
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].
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].