Ref T13490. Frequently, we know the symbolic name of a commit (like "master") but need the immutable identifier for it (the commit hash).
Provide a Ref and Query for doing this lookup.
Differential D21090
Add a "CommitSymbolRef" for resolving symbolic commits into stable commit hashes epriestley on Apr 11 2020, 10:52 PM. Authored by Tags None Referenced Files
Subscribers None
Details
Ref T13490. Frequently, we know the symbolic name of a commit (like "master") but need the immutable identifier for it (the commit hash). Provide a Ref and Query for doing this lookup. Ran arc inspect symbol(...) with various symbols, saw appropriate resolutions, nulls, or errors.
Diff Detail
|