On Wed, Dec 20, 2017 at 02:42:42PM +0000, Jeff Hostetler wrote: > diff --git a/Documentation/git-status.txt b/Documentation/git-status.txt > index 9f3a78a..6ce8cf8 100644 > --- a/Documentation/git-status.txt > +++ b/Documentation/git-status.txt > @@ -111,6 +111,13 @@ configuration variable documented in linkgit:git-config[1]. > without options are equivalent to 'always' and 'never' > respectively. > > +--no-ahead-behind:: > + Do not compute ahead/behind counts for the current branch relative > + to the upstream branch. This can be used to avoid a possibly very > + expensive computation on extremely large repositories. > ++ > + In porcelain V2 format, the 'branch.ab' line will not be present. > + This second paragraph after the "+" continuation shouldn't be indented (sadly it makes the source much uglier, but it's one of the vagaries of asciidoc). -Peff