[PATCH] doc: git-describe

2018-08-14 Thread William Pursell
commit cc4bd5268b2dbe90279198acb400a528ee23f5d5 Author: William Pursell Date: Tue Aug 14 06:41:00 2018 -0600 doc: Reference for --dirty/--broken diff --git a/Documentation/git-describe.txt b/Documentation/git-describe.txt index e027fb8c4b..f7d67306c0 100644 --- a/Documentation/git

[PATCH] doc: Fix specification of default (auto) for --color

2017-12-20 Thread William Pursell
Current documentation for branch, show-branch, and grep contain the following: --color[=] Show colored matches. The value must be always (the default), never, or auto. This is incorrect, as the default is "auto". Signed-off-by: William Pursell --- Documentation/git-