aboutsummaryrefslogtreecommitdiffstats
path: root/Documentation/config/stash.adoc
diff options
context:
space:
mode:
Diffstat (limited to 'Documentation/config/stash.adoc')
-rw-r--r--Documentation/config/stash.adoc5
1 files changed, 5 insertions, 0 deletions
diff --git a/Documentation/config/stash.adoc b/Documentation/config/stash.adoc
index ec1edaeba6..e556105a15 100644
--- a/Documentation/config/stash.adoc
+++ b/Documentation/config/stash.adoc
@@ -1,3 +1,8 @@
+stash.index::
+ If this is set to true, `git stash apply` and `git stash pop` will
+ behave as if `--index` was supplied. Defaults to false. See the
+ descriptions in linkgit:git-stash[1].
+
stash.showIncludeUntracked::
If this is set to true, the `git stash show` command will show
the untracked files of a stash entry. Defaults to false. See