class GitDescriber : Describer
Uses jGit to describe the current HEAD of a git repository
workTree - the directory where the work tree of the git repository is
(typically the parent directory of the .git directory)
GitDescriber(workTree: File)
Uses jGit to describe the current HEAD of a git repository |
val workTree: File
the directory where the work tree of the git repository is
(typically the parent directory of the |
fun commitHash(): String |
|
fun describe(dirty: Boolean, trimLeading: Boolean): String
Replicates the |