libgit2_d.example.tag

Undocumented in source.

Members

Aliases

tag_action
alias tag_action = void function(.tag_state* state)

An action to execute based on the command line arguments

Functions

lg2_tag
int lg2_tag(libgit2_d.types.git_repository* repo, int argc, char** argv)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.

Structs

tag_options
struct tag_options

tag_options represents the parsed command line options

tag_state
struct tag_state

tag_state represents the current program state for dragging around

Meta