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
InvalidUserIdentity
__init__
identity
repo
BaseRepo
MemoryRepo
ParentsProvider
Repo
UnsupportedExtension
UnsupportedVersion
check_user_identity
get_user_identity
parse_graftpoints
read_gitfile
serialize_graftpoints
_get_default_identity
_set_filesystem_hidden
BASE_DIRECTORIES
COMMONDIR
CONTROLDIR
DEFAULT_REF
GITDIR
INDEX_FILENAME
OBJECTDIR
REFSDIR
REFSDIR_HEADS
REFSDIR_TAGS
WORKTREES
dulwich.repo.InvalidUserIdentity
dulwich
class InvalidUserIdentity(Exception):
View In Hierarchy
User identity is not of the format 'user <email>'
Undocumented