- git_stash_drop
int git_stash_drop(git_repository* repo, size_t index)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- git_stash_foreach
int git_stash_foreach(git_repository* repo, git_stash_cb callback, void* payload)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- git_stash_save
int git_stash_save(git_oid* out_, git_repository* repo, const(git_signature)* stasher, const(char)* message, uint flags)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.