From: Elijah Newren Date: Sun, 8 Oct 2023 06:45:12 +0000 (+0000) Subject: documentation: fix adjective vs. noun X-Git-Tag: v2.43.0-rc0~19^2~15 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=af181e4dbd130cafc90a8d452dc76aaf8efabb14;p=thirdparty%2Fgit.git documentation: fix adjective vs. noun Diff best viewed with --color-diff. Signed-off-by: Elijah Newren Signed-off-by: Junio C Hamano --- diff --git a/Documentation/config/commit.txt b/Documentation/config/commit.txt index 2c95573930..bcb46cf630 100644 --- a/Documentation/config/commit.txt +++ b/Documentation/config/commit.txt @@ -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].