git.remote

Undocumented in source.

Members

Aliases

GitUpdateTipsDelegate
alias GitUpdateTipsDelegate = void delegate(string refname, in ref GitOid a, in ref GitOid b)
Undocumented in source.

Enums

GitDirection
enum GitDirection
GitRemoteAutotag
enum GitRemoteAutotag
Undocumented in source.
GitRemoteAutotagOption
enum GitRemoteAutotagOption
GitRemoteCompletionType
enum GitRemoteCompletionType

Functions

createRemote
GitRemote createRemote(GitRepo repo, char[] name, char[] url)
createRemoteInMemory
GitRemote createRemoteInMemory(GitRepo repo, char[] fetch, char[] url)
listRemotes
string[] listRemotes(GitRepo repo)
Undocumented in source. Be warned that the author may not have intended to support it.
loadRemote
GitRemote loadRemote(GitRepo repo, char[] name)

Structs

GitRemote
struct GitRemote
GitRemoteCallbacks
struct GitRemoteCallbacks

Meta