diff options
| author | Junio C Hamano <gitster@pobox.com> | 2023-07-27 15:26:36 -0700 |
|---|---|---|
| committer | Junio C Hamano <gitster@pobox.com> | 2023-07-27 15:26:37 -0700 |
| commit | 7fb1483c27f367e5654e6f23586de58a30be6025 (patch) | |
| tree | 2050ae38bf7ec1366d9fe97978fefa876760d906 | |
| parent | The fifteenth batch (diff) | |
| parent | gitignore.txt: mark up explanation of patterns consistently (diff) | |
| download | git-7fb1483c27f367e5654e6f23586de58a30be6025.tar.gz git-7fb1483c27f367e5654e6f23586de58a30be6025.zip | |
Merge branch 'jc/gitignore-doc-pattern-markup'
Doc mark-up update.
* jc/gitignore-doc-pattern-markup:
gitignore.txt: mark up explanation of patterns consistently
| -rw-r--r-- | Documentation/gitignore.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Documentation/gitignore.txt b/Documentation/gitignore.txt index 810041acd1..5e0964ef41 100644 --- a/Documentation/gitignore.txt +++ b/Documentation/gitignore.txt @@ -88,7 +88,7 @@ PATTERN FORMAT Put a backslash ("`\`") in front of the first "`!`" for patterns that begin with a literal "`!`", for example, "`\!important!.txt`". - - The slash '/' is used as the directory separator. Separators may + - The slash "`/`" is used as the directory separator. Separators may occur at the beginning, middle or end of the `.gitignore` search pattern. - If there is a separator at the beginning or middle (or both) of the |
