libgit2 v0.19.0 (2014-02-08T12:12:06Z)
Dub
Repo
git_revspec
git2
revparse
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
extern (
C
)
struct
git_revspec {
git_object
*
from
;
git_object
*
to
;
uint
flags
;
}
Members
Variables
flags
uint
flags
;
Undocumented in source.
from
git_object
*
from
;
Undocumented in source.
to
git_object
*
to
;
Undocumented in source.
Meta
Source
See Implementation
git2
revparse
enums
git_revparse_mode_t
functions
git_revparse
git_revparse_ext
git_revparse_single
mixins
__anonymous
structs
git_revspec