diff options
| author | Elijah Newren <newren@gmail.com> | 2023-10-08 06:45:12 +0000 |
|---|---|---|
| committer | Junio C Hamano <gitster@pobox.com> | 2023-10-09 12:06:29 -0700 |
| commit | af181e4dbd130cafc90a8d452dc76aaf8efabb14 (patch) | |
| tree | 5de509518312413cc2abb1b638d78d49183dd11d | |
| parent | documentation: fix verb tense (diff) | |
| download | git-af181e4dbd130cafc90a8d452dc76aaf8efabb14.tar.gz git-af181e4dbd130cafc90a8d452dc76aaf8efabb14.zip | |
documentation: fix adjective vs. noun
Diff best viewed with --color-diff.
Signed-off-by: Elijah Newren <newren@gmail.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
| -rw-r--r-- | Documentation/config/commit.txt | 2 |
1 files changed, 1 insertions, 1 deletions
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]. |
