Skip to content

Commit 46a8bbb

Browse files
pcloudsgitster
authored andcommitted
config.txt: move stash.* to a separate file
Signed-off-by: Nguyễn Thái Ngọc Duy <pclouds@gmail.com> Signed-off-by: Junio C Hamano <gitster@pobox.com>
1 parent 54ff5dd commit 46a8bbb

File tree

2 files changed

+10
-9
lines changed

2 files changed

+10
-9
lines changed

Documentation/config.txt

Lines changed: 1 addition & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -415,15 +415,7 @@ include::config/ssh.txt[]
415415

416416
include::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

428420
include::submodule-config.txt[]
429421

Documentation/config/stash.txt

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
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].

0 commit comments

Comments
 (0)