Re: [PATCH 1/4] status: add --no-ahead-behind to porcelain V2
From: Jeff King <hidden>
Date: 2017-12-20 16:34:05
From: Jeff King <hidden>
Date: 2017-12-20 16:34:05
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