"jr via GitGitGadget" <gitgitgadget@xxxxxxxxx> writes: > From: Johan Ruokangas <johan@xxxxxxxxxxxxx> > > unifies highlighting with the rest of the documentation I find "The rest of the documentation" is a bit of overstatement, but something like Among four examples, only this one used "double quoted" sample patterns, but all others marked up the patterns in `monospace`. would be a good justification. The change is good. A change in the same vein elsewhere in the same document ... diff --git i/Documentation/gitignore.txt w/Documentation/gitignore.txt index 4c17f2356c..bf2d823c94 100644 --- i/Documentation/gitignore.txt +++ w/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 ... would be sufficient to make the PATTERN FORMAT section consistent, I think. > Signed-off-by: Johan Ruokangas <johan@xxxxxxxxxxxxx> Thanks, will queue. > diff --git a/Documentation/gitignore.txt b/Documentation/gitignore.txt > index 4c17f2356c4..810041acd17 100644 > --- a/Documentation/gitignore.txt > +++ b/Documentation/gitignore.txt > @@ -174,10 +174,10 @@ EXAMPLES > is not relevant if there is already a middle slash in > the pattern. > > - - The pattern "foo/*", matches "foo/test.json" > - (a regular file), "foo/bar" (a directory), but it does not match > - "foo/bar/hello.c" (a regular file), as the asterisk in the > - pattern does not match "bar/hello.c" which has a slash in it. > + - The pattern `foo/*`, matches `foo/test.json` > + (a regular file), `foo/bar` (a directory), but it does not match > + `foo/bar/hello.c` (a regular file), as the asterisk in the > + pattern does not match `bar/hello.c` which has a slash in it. > > -------------------------------------------------------------- > $ git status > > base-commit: 5e238546dc7a232d8998f1cd1ec9d3f4a0add68b