aboutsummaryrefslogtreecommitdiffstats
path: root/Documentation/gitignore.txt
diff options
context:
space:
mode:
authorJunio C Hamano <gitster@pobox.com>2023-07-27 15:26:36 -0700
committerJunio C Hamano <gitster@pobox.com>2023-07-27 15:26:37 -0700
commit7fb1483c27f367e5654e6f23586de58a30be6025 (patch)
tree2050ae38bf7ec1366d9fe97978fefa876760d906 /Documentation/gitignore.txt
parentb4fce4b6e4149f0482b9ecaffd59d96cf8fe3466 (diff)
parentd6f598e443f705d1f08a87d65aa3d574289c0be3 (diff)
downloadgit-7fb1483c27f367e5654e6f23586de58a30be6025.tar.gz
Merge branch 'jc/gitignore-doc-pattern-markup'
Doc mark-up update. * jc/gitignore-doc-pattern-markup: gitignore.txt: mark up explanation of patterns consistently
Diffstat (limited to 'Documentation/gitignore.txt')
-rw-r--r--Documentation/gitignore.txt2
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