diff options
author | Elijah Newren <newren@gmail.com> | 2023-10-08 08:45:25 +0200 |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2023-10-09 21:06:47 +0200 |
commit | 845c6ca90e806ac402cd9f1c981844531176475f (patch) | |
tree | 2702df66005271e6b198daccc5229daafe25bde0 /Documentation/git-check-ref-format.txt | |
parent | documentation: add some commas where they are helpful (diff) | |
download | git-845c6ca90e806ac402cd9f1c981844531176475f.tar.xz git-845c6ca90e806ac402cd9f1c981844531176475f.zip |
documentation: add missing fullstops
Diff best viewed with --color-diff.
Signed-off-by: Elijah Newren <newren@gmail.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Diffstat (limited to 'Documentation/git-check-ref-format.txt')
-rw-r--r-- | Documentation/git-check-ref-format.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Documentation/git-check-ref-format.txt b/Documentation/git-check-ref-format.txt index 1d6e08e011..2aacfd1808 100644 --- a/Documentation/git-check-ref-format.txt +++ b/Documentation/git-check-ref-format.txt @@ -48,7 +48,7 @@ Git imposes the following rules on how references are named: . They cannot begin or end with a slash `/` or contain multiple consecutive slashes (see the `--normalize` option below for an - exception to this rule) + exception to this rule). . They cannot end with a dot `.`. |