grgit-resolve
Synopsis
grgit.resolve.toObjectId(<object>)
grgit.resolve.toCommit(<object>)
grgit.resolve.toBranch(<object>)
grgit.resolve.toBranchName(<object>)
grgit.resolve.toTag(<object>)
grgit.resolve.toTagName(<object>)
grgit.resolve.toRevisionString(<object>)
Description
Various methods to resolve objects to types needed by Grgit operations. These are used to normalize the input, allowing the caller more flexibility in providing the data they have rather than having to convert it ahead of time.