]> git.ipfire.org Git - thirdparty/git.git/commitdiff
documentation: fix adjective vs. noun
authorElijah Newren <newren@gmail.com>
Sun, 8 Oct 2023 06:45:12 +0000 (06:45 +0000)
committerJunio C Hamano <gitster@pobox.com>
Mon, 9 Oct 2023 19:06:29 +0000 (12:06 -0700)
Diff best viewed with --color-diff.

Signed-off-by: Elijah Newren <newren@gmail.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Documentation/config/commit.txt

index 2c95573930bedf8d5aed0a0b19927c73ac8e39f7..bcb46cf630e48968a9750369888829632defdfd6 100644 (file)
@@ -25,5 +25,5 @@ commit.template::
        new commit messages.
 
 commit.verbose::
-       A boolean or int to specify the level of verbose with `git commit`.
+       A boolean or int to specify the level of verbosity with `git commit`.
        See linkgit:git-commit[1].