config.txt: move stash.* to a separate file
[gitweb.git] / Documentation / config.txt
index 5e9fc20c41599574f6cb41c7d1af71e97c1b352f..aedc73f4eb9c666c78bd6d13196127b8916f4c5d 100644 (file)
@@ -415,15 +415,7 @@ include::config/ssh.txt[]
 
 include::config/status.txt[]
 
-stash.showPatch::
-       If this is set to true, the `git stash show` command without an
-       option will show the stash entry in patch form.  Defaults to false.
-       See description of 'show' command in linkgit:git-stash[1].
-
-stash.showStat::
-       If this is set to true, the `git stash show` command without an
-       option will show diffstat of the stash entry.  Defaults to true.
-       See description of 'show' command in linkgit:git-stash[1].
+include::config/stash.txt[]
 
 include::submodule-config.txt[]