git.types

Undocumented in source.

Members

Aliases

TransferCallbackDelegate
alias TransferCallbackDelegate = void delegate(const ref GitTransferProgress stats)

Callback for transfer progress information during remote operations (cloning, fetching).

Enums

ContinueWalk
enum ContinueWalk

The return type of walker callbacks.

ContinueWalkSkip
enum ContinueWalkSkip

The return type of walker callbacks.

GitBranchType
enum GitBranchType

Basic type of any Git branch.

GitFileModeType
enum GitFileModeType

Valid modes for index and tree entries.

GitRefType
enum GitRefType

Basic type of any Git reference.

GitType
enum GitType

Basic type (loose or packed) of any Git object.

Structs

GitTransferProgress
struct GitTransferProgress

Callback for transfer progress information during remote operations (cloning, fetching).

Meta