Expand description
Ahead/behind computation via git rev-list --left-right --count. Ahead/behind
is async-loaded data (spec §10), so this subprocess is outside the synchronous
listing fast-path; git rev-list is used for its exact correctness.
Ahead/behind computation via git rev-list --left-right --count. Ahead/behind
is async-loaded data (spec §10), so this subprocess is outside the synchronous
listing fast-path; git rev-list is used for its exact correctness.