summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJunio C Hamano <gitster@pobox.com>2019-10-18 02:40:47 (GMT)
committerJunio C Hamano <gitster@pobox.com>2019-10-18 02:40:47 (GMT)
commit376012c91909b4ccdd16511cb3bcfc0121aa36fc (patch)
tree92a5e62da76b422782a35b29671c8b42197e0ce0
parent108b97dc372828f0e72e56bbb40cae8e1e83ece6 (diff)
parent57d8f4b4c71fe422ea3fe6d79d3e121426b46f5a (diff)
downloadgit-376012c91909b4ccdd16511cb3bcfc0121aa36fc.zip
git-376012c91909b4ccdd16511cb3bcfc0121aa36fc.tar.gz
git-376012c91909b4ccdd16511cb3bcfc0121aa36fc.tar.bz2
Merge branch 'js/doc-stash-save'
Doc clarification. * js/doc-stash-save: doc(stash): clarify the description of `save`
-rw-r--r--Documentation/git-stash.txt5
1 files changed, 3 insertions, 2 deletions
diff --git a/Documentation/git-stash.txt b/Documentation/git-stash.txt
index 8fbe12c..53e1a12 100644
--- a/Documentation/git-stash.txt
+++ b/Documentation/git-stash.txt
@@ -87,8 +87,9 @@ The `--patch` option implies `--keep-index`. You can use
save [-p|--patch] [-k|--[no-]keep-index] [-u|--include-untracked] [-a|--all] [-q|--quiet] [<message>]::
This option is deprecated in favour of 'git stash push'. It
- differs from "stash push" in that it cannot take pathspecs,
- and any non-option arguments form the message.
+ differs from "stash push" in that it cannot take pathspecs.
+ Instead, all non-option arguments are concatenated to form the stash
+ message.
list [<options>]::