We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 108b97d + 57d8f4b commit 376012cCopy full SHA for 376012c
Documentation/git-stash.txt
@@ -87,8 +87,9 @@ The `--patch` option implies `--keep-index`. You can use
87
save [-p|--patch] [-k|--[no-]keep-index] [-u|--include-untracked] [-a|--all] [-q|--quiet] [<message>]::
88
89
This option is deprecated in favour of 'git stash push'. It
90
- differs from "stash push" in that it cannot take pathspecs,
91
- 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
92
+ message.
93
94
list [<options>]::
95
0 commit comments