| 1 | ifndef::git-stash[] |
| 2 | :see-show: See the description of the 'show' command in linkgit:git-stash[1]. |
| 3 | endif::git-stash[] |
| 4 | |
| 5 | ifdef::git-stash[] |
| 6 | :see-show: |
| 7 | endif::git-stash[] |
| 8 | |
| 9 | `stash.index`:: |
| 10 | If this is set to true, `git stash apply` and `git stash pop` will |
| 11 | behave as if `--index` was supplied. Defaults to false. |
| 12 | ifndef::git-stash[] |
| 13 | See the descriptions in linkgit:git-stash[1]. |
| 14 | + |
| 15 | This also affects invocations of linkgit:git-stash[1] via `--autostash` from |
| 16 | commands like linkgit:git-merge[1], linkgit:git-rebase[1], and |
| 17 | linkgit:git-pull[1]. |
| 18 | endif::git-stash[] |
| 19 | |
| 20 | `stash.showIncludeUntracked`:: |
| 21 | If this is set to true, the `git stash show` command will show |
| 22 | the untracked files of a stash entry. Defaults to false. {see-show} |
| 23 | |
| 24 | `stash.showPatch`:: |
| 25 | If this is set to true, the `git stash show` command without an |
| 26 | option will show the stash entry in patch form. Defaults to false. |
| 27 | {see-show} |
| 28 | |
| 29 | `stash.showStat`:: |
| 30 | If this is set to true, the `git stash show` command without an |
| 31 | option will show a diffstat of the stash entry. Defaults to true. |
| 32 | {see-show} |