Skip to content

Commit 63b3db7

Browse files
committed
Merge branch 'nd/doc-check-ref-format-typo' into maint
* nd/doc-check-ref-format-typo: git-check-ref-format.txt: typo, s/avoids/avoid/
2 parents 288fe0c + 56a8aea commit 63b3db7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Documentation/git-check-ref-format.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ Git imposes the following rules on how references are named:
6060

6161
These rules make it easy for shell script based tools to parse
6262
reference names, pathname expansion by the shell when a reference name is used
63-
unquoted (by mistake), and also avoids ambiguities in certain
63+
unquoted (by mistake), and also avoid ambiguities in certain
6464
reference name expressions (see linkgit:gitrevisions[7]):
6565

6666
. A double-dot `..` is often used as in `ref1..ref2`, and in some

0 commit comments

Comments
 (0)