File tree Expand file tree Collapse file tree 2 files changed +10
-9
lines changed
Expand file tree Collapse file tree 2 files changed +10
-9
lines changed Original file line number Diff line number Diff line change @@ -415,15 +415,7 @@ include::config/ssh.txt[]
415415
416416include::config/status.txt[]
417417
418- stash.showPatch::
419- If this is set to true, the `git stash show` command without an
420- option will show the stash entry in patch form. Defaults to false.
421- See description of 'show' command in linkgit:git-stash[1].
422-
423- stash.showStat::
424- If this is set to true, the `git stash show` command without an
425- option will show diffstat of the stash entry. Defaults to true.
426- See description of 'show' command in linkgit:git-stash[1].
418+ include::config/stash.txt[]
427419
428420include::submodule-config.txt[]
429421
Original file line number Diff line number Diff line change 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].
You can’t perform that action at this time.
0 commit comments