Saves the local modifications to a new stash.
It returns the commit containing the stashed state. This commit is also the target of the direct reference refs/stash.
this |
a Repository. |
stasher |
a Signature. |
message |
description along with the stashed state or null to be autogenerated. |
flags |
a StashFlags to control the stashing process. |
a new object id of the commit containing the stashed state. |