stash: remove documentation for `stash.useBuiltin`
[git/debian.git] / Documentation / config / stash.txt
blobb9f609ed76b7f3ff41aef03ecf0ea22fd1d355ea
1 stash.showIncludeUntracked::
2         If this is set to true, the `git stash show` command will show
3         the untracked files of a stash entry.  Defaults to false. See
4         description of 'show' command in linkgit:git-stash[1].
6 stash.showPatch::
7         If this is set to true, the `git stash show` command without an
8         option will show the stash entry in patch form.  Defaults to false.
9         See description of 'show' command in linkgit:git-stash[1].
11 stash.showStat::
12         If this is set to true, the `git stash show` command without an
13         option will show diffstat of the stash entry.  Defaults to true.
14         See description of 'show' command in linkgit:git-stash[1].