summaryrefslogtreecommitdiffstats
path: root/git-stash.txt
diff options
context:
space:
mode:
authorJunio C Hamano <gitster@pobox.com>2019-10-23 14:33:31 +0900
committerJunio C Hamano <gitster@pobox.com>2019-10-23 14:33:31 +0900
commitd52ae636b54c79cf319e8a40d723b16220ad6924 (patch)
treeadd7556c29921b96ace007f9ea44a23a8912364e /git-stash.txt
parentfa2a48b86c2f25f536c882f5cf012000e38315c3 (diff)
downloadgit-htmldocs-d52ae636b54c79cf319e8a40d723b16220ad6924.tar.gz
Autogenerated HTML docs for v2.24.0-rc0-3-g12a4a
Diffstat (limited to 'git-stash.txt')
-rw-r--r--git-stash.txt5
1 files changed, 3 insertions, 2 deletions
diff --git a/git-stash.txt b/git-stash.txt
index 8fbe12c66..53e1a1205 100644
--- a/git-stash.txt
+++ b/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>]::