pub const HEADS_PREFIX: &str = "refs/heads/";Expand description
Canonical prefix for branch refs (e.g. refs/heads/main).
Every branch in mnem lives under this namespace. Using this constant instead of the raw string literal ensures that a single rename is sufficient if the convention ever changes (BUG-13).