RealGit

class RealGit(rootDir: File) : Git

Constructors

Link copied to clipboard
constructor(rootDir: File)

Functions

Link copied to clipboard
open override fun branch(): String
Link copied to clipboard
open override fun commitSha(): String
Link copied to clipboard
open override fun commitTimestamp(): String
Link copied to clipboard
open override fun describe(match: String, exactMatch: Boolean): String