diff options
| author | Junio C Hamano <gitster@pobox.com> | 2023-10-04 13:28:53 -0700 |
|---|---|---|
| committer | Junio C Hamano <gitster@pobox.com> | 2023-10-04 13:28:53 -0700 |
| commit | ba7d57b8e56305fb4dad2108d59b09c73bffaff4 (patch) | |
| tree | f1a977f7a85e919d4fc422773fac59c6b5b107ca | |
| parent | c3c00206739afc1016277d5a670d377bef85e69b (diff) | |
| parent | c2c349a15c0430a2ef9f858d69d095a00693379c (diff) | |
| download | git-ba7d57b8e56305fb4dad2108d59b09c73bffaff4.tar.gz | |
Merge branch 'xz/commit-title-soft-limit-doc'
Doc tweak.
* xz/commit-title-soft-limit-doc:
doc: correct the 50 characters soft limit
| -rw-r--r-- | Documentation/git-commit.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Documentation/git-commit.txt b/Documentation/git-commit.txt index 225c6c9f2e..a6cef5d820 100644 --- a/Documentation/git-commit.txt +++ b/Documentation/git-commit.txt @@ -541,7 +541,7 @@ DISCUSSION ---------- Though not required, it's a good idea to begin the commit message -with a single short (less than 50 character) line summarizing the +with a single short (no more than 50 characters) line summarizing the change, followed by a blank line and then a more thorough description. The text up to the first blank line in a commit message is treated as the commit title, and that title is used throughout Git. |
