status: add --[no-]ahead-behind to status and commit for V2 format.
[gitweb.git] / Documentation / git-status.txt
index 81cab9aefb014690d93f9602ebebc9058c3d168e..b6ec10bf32769ce63de9ff3c93b2cc097ad0e0fb 100644 (file)
@@ -130,6 +130,11 @@ ignored, then the directory is not shown, but all contents are shown.
        without options are equivalent to 'always' and 'never'
        respectively.
 
+--ahead-behind::
+--no-ahead-behind::
+       Display or do not display detailed ahead/behind counts for the
+       branch relative to its upstream branch.  Defaults to true.
+
 <pathspec>...::
        See the 'pathspec' entry in linkgit:gitglossary[7].