On 2024-05-22 20:44, Junio C Hamano wrote:
diff --git a/Documentation/config/blame.txt
b/Documentation/config/blame.txt
index 4d047c1790..36f965484c 100644
--- a/Documentation/config/blame.txt
+++ b/Documentation/config/blame.txt
@@ -1,6 +1,6 @@
blame.blankBoundary::
Show blank commit object name for boundary commits in
- linkgit:git-blame[1]. This option defaults to false.
+ linkgit:git-blame[1].
blame.coloring::
This determines the coloring scheme to be applied to blame
@@ -14,11 +14,9 @@ blame.date::
blame.showEmail::
Show the author email instead of author name in linkgit:git-blame[1].
- This option defaults to false.
blame.showRoot::
Do not treat root commits as boundaries in linkgit:git-blame[1].
- This option defaults to false.
blame.ignoreRevsFile::
Ignore revisions listed in the file, one unabbreviated object name
per
Frankly, I'd much rather see the same "If true, ..." twist [1]
applied here, rather than just deleting the descriptions of the
defaults. To me, such an approach eliminates any doubts, while
not stressing out the actual default value.
[1]
https://lore.kernel.org/git/54c318f42ce63f0575ea48f3dc1e8361@xxxxxxxxxxx/