Nguyễn Thái Ngọc Duy | 46a8bbb | 2018-10-27 08:23:40 +0200 | [diff] [blame] | 1 | stash.showPatch:: |
2 | If this is set to true, the `git stash show` command without an | ||||
3 | option will show the stash entry in patch form. Defaults to false. | ||||
4 | See description of 'show' command in linkgit:git-stash[1]. | ||||
5 | |||||
6 | stash.showStat:: | ||||
7 | If this is set to true, the `git stash show` command without an | ||||
8 | option will show diffstat of the stash entry. Defaults to true. | ||||
9 | See description of 'show' command in linkgit:git-stash[1]. |