ManagedRepository.getBranch

Return SHA1 (base, tip) of the given branch (possibly of GitHub fork). Fetches the fork first, unless offline mode is on. (This is a thin wrapper around getRemoteRef.)

class ManagedRepository
string[2]
getBranch
(
string user
,
string base
,
string tip
)

Meta