Phil Hord [off-list ref] writes:
quoted
DESCRIPTION
-----------
@@ -151,6 +151,7 @@ create::
Create a stash (which is a regular commit object) and return its
object name, without storing it anywhere in the ref namespace.
+ This is probably not what you want to use; see "save" above.
Thanks, this is helpful.
Maybe you can also hint why this command exists.
+ This is intended to be useful for scripts. It is probably not the
+ command you want to use; see "save" above.
Yeah, I agree that is much better than my original suggestion that
resulted in the addition in this patch.
Thanks.