]> git.ipfire.org Git - thirdparty/git.git/blob - Documentation/config/stash.txt
ci: upgrade to using macos-13
[thirdparty/git.git] / Documentation / config / stash.txt
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].
5
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].
10
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].