Search bar offers the following options:
+foo bar -baz
foo*
+qname:twisted.mail.* +search
Possible fields: 'name', 'qname' (fully qualified name), 'docstring', and 'kind'. Last two fields are only applicable if "search in docstrings" is enabled.
foo~1
Results provided by Lunr.js
MissingCommitError
__init__
sha
errors
ApplyDeltaError
ChecksumMismatch
CommitError
FileFormatException
GitProtocolError
HangupException
HookError
NoIndexPresent
NotBlobError
NotCommitError
NotGitRepository
NotTagError
NotTreeError
ObjectFormatException
ObjectMissing
PackedRefsException
RefFormatError
SendPackError
UnexpectedCommandError
UpdateRefsError
WrongObjectException
dulwich.errors.MissingCommitError
dulwich
class MissingCommitError(Exception):
View In Hierarchy
Indicates that a commit was not found in the repository
Undocumented