A Git stash.

Note that this doesn't currently update the working tree.

Method __init__ Undocumented
Method stashes Undocumented
Class Method from_repo Create a new stash from a Repo object.
Method drop Drop entry with specified index.
Method pop Undocumented
Method push Create a new stash.
Method __getitem__ Undocumented
Method __len__ Undocumented
def __init__(self, repo, ref=DEFAULT_STASH_REF):
Undocumented
def stashes(self):
Undocumented
@classmethod
def from_repo(cls, repo):
Create a new stash from a Repo object.
def drop(self, index):
Drop entry with specified index.
def pop(self, index):
Undocumented
def push(self, committer=None, author=None, message=None):
Create a new stash.
ParameterscommitterOptional committer name to use
authorOptional author name to use
messageOptional commit message
def __getitem__(self, index):
Undocumented
def __len__(self):
Undocumented
API Documentation for Dulwich, generated by pydoctor at 2018-11-17 19:05:54.