Documentation
¶
Index ¶
Constants ¶
View Source
const GitRepoTypeID = git_world.GitRepoTypeID
GitRepoTypeID is the object type ID for git/repo objects.
View Source
const GitWorktreeTypeID = git_world.GitWorktreeTypeID
GitWorktreeTypeID is the object type ID for git/worktree objects.
Variables ¶
View Source
var GitRepoType = objecttype.NewObjectType(GitRepoTypeID, GitRepoFactory)
GitRepoType is the ObjectType for git/repo objects.
View Source
var GitWorktreeType = objecttype.NewObjectType(GitWorktreeTypeID, GitWorktreeFactory)
GitWorktreeType is the ObjectType for git/worktree objects.
Functions ¶
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.