mirror of
https://github.com/git/git.git
synced 2026-01-25 10:03:24 +00:00
Especially in huge code bases with fast-moving `master`, it can be prohibitively expensive to calculate whether an upstream branch of a local branch is ahead, behind or diverged. This topic branch introduces a set of flags to avoid that computation when we're not even interested in it to begin with. This merge commit takes the feature early, therefore it is marked experimental. Signed-off-by: Johannes Schindelin <johannes.schindelin@gmx.de>