diff options
author | Junio C Hamano <gitster@pobox.com> | 2019-10-18 11:40:47 +0900 |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2019-10-18 11:40:47 +0900 |
commit | 376012c91909b4ccdd16511cb3bcfc0121aa36fc (patch) | |
tree | 92a5e62da76b422782a35b29671c8b42197e0ce0 /Documentation | |
parent | Ninth batch (diff) | |
parent | doc(stash): clarify the description of `save` (diff) | |
download | tgif-376012c91909b4ccdd16511cb3bcfc0121aa36fc.tar.xz |
Merge branch 'js/doc-stash-save'
Doc clarification.
* js/doc-stash-save:
doc(stash): clarify the description of `save`
Diffstat (limited to 'Documentation')
-rw-r--r-- | Documentation/git-stash.txt | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/Documentation/git-stash.txt b/Documentation/git-stash.txt index 8fbe12c66c..53e1a1205d 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>]:: |