GitRevWalk

Undocumented in source.

Constructors

this
this(GitRepo repo, git_revwalk* revwalk)
Undocumented in source.

Members

Functions

getNext
bool getNext(GitOid dst)
Undocumented in source. Be warned that the author may not have intended to support it.
hide
void hide(GitOid commit_id)
Undocumented in source. Be warned that the author may not have intended to support it.
hideGlob
void hideGlob(string glob)
Undocumented in source. Be warned that the author may not have intended to support it.
hideHead
void hideHead()
Undocumented in source. Be warned that the author may not have intended to support it.
hideRef
void hideRef(string refname)
Undocumented in source. Be warned that the author may not have intended to support it.
push
void push(GitOid oid)
Undocumented in source. Be warned that the author may not have intended to support it.
pushGlob
void pushGlob(string glob)
Undocumented in source. Be warned that the author may not have intended to support it.
pushHead
void pushHead()
Undocumented in source. Be warned that the author may not have intended to support it.
pushRange
void pushRange(string range)
Undocumented in source. Be warned that the author may not have intended to support it.
pushRef
void pushRef(string refname)
Undocumented in source. Be warned that the author may not have intended to support it.
reset
void reset()
Undocumented in source. Be warned that the author may not have intended to support it.
simplifyFirstParent
void simplifyFirstParent()
Undocumented in source. Be warned that the author may not have intended to support it.

Mixins

__anonymous
mixin RefCountedGitObject!(git_revwalk, git_revwalk_free)
Undocumented in source.

Properties

repository
inout(GitRepo) repository [@property getter]
Undocumented in source. Be warned that the author may not have intended to support it.
sortMode
GitSortFlags sortMode [@property setter]
Undocumented in source. Be warned that the author may not have intended to support it.

Meta