On 12/20/2017 11:33 AM, Jeff King wrote:
On Wed, Dec 20, 2017 at 02:42:42PM +0000, Jeff Hostetler wrote:

diff --git a/Documentation/config.txt b/Documentation/config.txt
index 9593bfa..9ccdf2b 100644
--- a/Documentation/config.txt
+++ b/Documentation/config.txt
@@ -3082,6 +3082,11 @@ status.submoduleSummary::
        submodule summary' command, which shows a similar output but does
        not honor these settings.
+status.noaheadbehind::
+       Do not compute ahead/behind counts for a branch relative to its
+       upstream branch.  This can be used to avoid a possibly very
+       expensive computation on extremely large repositories.

I got tripped up by double-negatives here while testing something out
with your series. Could this be "status.aheadbehind", and default to
true?

-Peff


Yeah, we debated internally how to name it and that was the least bad.
I'll change it to the positive and (based on later comments) move it
to "core." so that we can pick up "branch -vv" in this round.

Thanks
Jeff

Reply via email to