- 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.