diff options
| author | Junio C Hamano <gitster@pobox.com> | 2023-01-05 15:07:21 +0900 |
|---|---|---|
| committer | Junio C Hamano <gitster@pobox.com> | 2023-01-05 15:07:21 +0900 |
| commit | 09bfb2ed8151c4b34adb73480a679110bedae004 (patch) | |
| tree | 952afd2e37e443497e8e6bdd142908984950b091 /Documentation | |
| parent | Merge branch 'sg/test-oid-wo-incomplete-line' (diff) | |
| parent | gitattributes.txt: fix typo in "comma separated" (diff) | |
| download | git-09bfb2ed8151c4b34adb73480a679110bedae004.tar.gz git-09bfb2ed8151c4b34adb73480a679110bedae004.zip | |
Merge branch 'ar/typofix-gitattributes-doc'
Typofix.
* ar/typofix-gitattributes-doc:
gitattributes.txt: fix typo in "comma separated"
Diffstat (limited to 'Documentation')
| -rw-r--r-- | Documentation/gitattributes.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Documentation/gitattributes.txt b/Documentation/gitattributes.txt index 4b36d51beb..c19e64ea0e 100644 --- a/Documentation/gitattributes.txt +++ b/Documentation/gitattributes.txt @@ -1155,7 +1155,7 @@ Unspecified:: String:: - Specify a comma separate list of common whitespace problems to + Specify a comma separated list of common whitespace problems to notice in the same format as the `core.whitespace` configuration variable. |
