Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.kernel.org/pub/scm/git/git.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJunio C Hamano <gitster@pobox.com>2023-07-28 01:26:36 +0300
committerJunio C Hamano <gitster@pobox.com>2023-07-28 01:26:37 +0300
commit7fb1483c27f367e5654e6f23586de58a30be6025 (patch)
tree2050ae38bf7ec1366d9fe97978fefa876760d906 /Documentation
parentb4fce4b6e4149f0482b9ecaffd59d96cf8fe3466 (diff)
parentd6f598e443f705d1f08a87d65aa3d574289c0be3 (diff)
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')
-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