Merge branch 'js/doc-stash-save'

Doc clarification.

* js/doc-stash-save:
  doc(stash): clarify the description of `save`
This commit is contained in:
Junio C Hamano 2019-10-18 11:40:47 +09:00
commit 376012c919

View File

@ -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>]:: 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 This option is deprecated in favour of 'git stash push'. It
differs from "stash push" in that it cannot take pathspecs, differs from "stash push" in that it cannot take pathspecs.
and any non-option arguments form the message. Instead, all non-option arguments are concatenated to form the stash
message.
list [<options>]:: list [<options>]::