diff mbox series

[v3,2/3] blame-options.txt: camelcase blame.blankBoundary

Message ID 20210224202641.913770-3-gitster@pobox.com (mailing list archive)
State Accepted
Commit edaf10dd2613ae7fd4f366a10cc47ac78f3cc9e7
Headers show
Series doc: spell configuration variable names in camelCase | expand

Commit Message

Junio C Hamano Feb. 24, 2021, 8:26 p.m. UTC
All other references to blame.* configuration variables are
camelCased already.  Update this one to match.

Signed-off-by: Junio C Hamano <gitster@pobox.com>
---
 Documentation/blame-options.txt | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
diff mbox series

Patch

diff --git a/Documentation/blame-options.txt b/Documentation/blame-options.txt
index dc3bceb6d1..117f4cf806 100644
--- a/Documentation/blame-options.txt
+++ b/Documentation/blame-options.txt
@@ -1,6 +1,6 @@ 
 -b::
 	Show blank SHA-1 for boundary commits.  This can also
-	be controlled via the `blame.blankboundary` config option.
+	be controlled via the `blame.blankBoundary` config option.
 
 --root::
 	Do not treat root commits as boundaries.  This can also be