Skip to content

Commit 376012c

Browse files
committed
Merge branch 'js/doc-stash-save'
Doc clarification. * js/doc-stash-save: doc(stash): clarify the description of `save`
2 parents 108b97d + 57d8f4b commit 376012c

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

Documentation/git-stash.txt

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -87,8 +87,9 @@ The `--patch` option implies `--keep-index`. You can use
8787
save [-p|--patch] [-k|--[no-]keep-index] [-u|--include-untracked] [-a|--all] [-q|--quiet] [<message>]::
8888

8989
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.
90+
differs from "stash push" in that it cannot take pathspecs.
91+
Instead, all non-option arguments are concatenated to form the stash
92+
message.
9293

9394
list [<options>]::
9495

0 commit comments

Comments
 (0)