deimos.git2.stash

Undocumented in source.

Members

Aliases

git_stash_cb
alias git_stash_cb = int function(size_t index, const(char)* message, const(git_oid)* stash_id, void* payload)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.

Enums

git_stash_flags
enum git_stash_flags
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.

Functions

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.

Mixins

__anonymous
mixin _ExportEnumMembers!git_stash_flags
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.

Meta