]> git.ipfire.org Git - thirdparty/git.git/blobdiff - Documentation/git-stash.txt
Merge branch 'js/azure-ci-osx-fix'
[thirdparty/git.git] / Documentation / git-stash.txt
index 8fbe12c66c823bce8756eaf3c836d5e8f0f7a340..53e1a1205d3088ed83300df89a02216dd46e556f 100644 (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>]::
 
        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>]::