Skip to content

Commit

Permalink
Merge branch 'js/doc-stash-save'
Browse files Browse the repository at this point in the history
Doc clarification.

* js/doc-stash-save:
  doc(stash): clarify the description of `save`
  • Loading branch information
gitster committed Oct 18, 2019
2 parents 108b97d + 57d8f4b commit 376012c
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions Documentation/git-stash.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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>]::

Expand Down

0 comments on commit 376012c

Please sign in to comment.