Method
FoundryGitVcsstash_all
unstable since: 1.2
Declaration [src]
DexFuture*
foundry_git_vcs_stash_all (
FoundryGitVcs* self
)
Description [src]
Stashes the current working directory changes, including untracked files.
Available since: 1.2
Return value
Type: DexFuture
A DexFuture that resolves to
a FoundryGitCommit representing the stash commit or
rejects with error.
| The caller of the method takes ownership of the returned data, and is responsible for freeing it. |