GitRemote

Members

Functions

addFetch
void addFetch(string refspec)
Undocumented in source. Be warned that the author may not have intended to support it.
connect
void connect(GitDirection direction)
disconnect
void disconnect()
download
void download(TransferCallbackDelegate progressCallback)
download
void download(GitRemoteCallbacks* callbacks)
ls
immutable(GitRemoteHead)[] ls()
Undocumented in source. Be warned that the author may not have intended to support it.
save
void save()
stop
void stop()
updateTips
void updateTips(void delegate(string refname, in ref GitOid a, in ref GitOid b) updateTips)
Undocumented in source. Be warned that the author may not have intended to support it.

Mixins

__anonymous
mixin RefCountedGitObject!(git_remote, git_remote_free)
Undocumented in source.

Properties

connected
bool connected [@property getter]
name
string name [@property getter]
name
char[] name [@property setter]
pushURL
string pushURL [@property getter]
pushURL
char[] pushURL [@property setter]
stats
GitTransferProgress stats [@property getter]
Undocumented in source. Be warned that the author may not have intended to support it.
url
string url [@property getter]

Meta