The second batch
[alt-git.git] / Documentation / config / stash.txt
blobec1edaeba68aa3351331f03f981ceff9412d0899
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         the description of the '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 the description of the '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 a diffstat of the stash entry.  Defaults to true.
14         See the description of the 'show' command in linkgit:git-stash[1].