Skip to main content

MAX_SYMREF_DEPTH

Constant MAX_SYMREF_DEPTH 

Source
pub const MAX_SYMREF_DEPTH: usize = 5;
Expand description

Maximum symbolic-ref hops git follows while resolving one ref (refs.c SYMREF_MAXDEPTH). Oracle 2.55 resolves a chain of four symrefs plus a final direct ref and reports a dangling/looped ref at five hops.