All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH v2] doc: check-ignore: code-quote an exclamation mark
@ 2022-02-03 10:16 Philip Oakley
  2022-02-03 19:13 ` Junio C Hamano
  0 siblings, 1 reply; 3+ messages in thread
From: Philip Oakley @ 2022-02-03 10:16 UTC (permalink / raw)
  To: GitList; +Cc: Philip Oakley

The plain quoted exclamation mark renders as italics in the
Windows pdf help manual.

Fix this with back-tick quoting and surrounding double quotes
as exemplified by the gitignore.txt guide.

While at it, fix  the surrounding double quotes for the other
special characters usages.

Signed-off-by: Philip Oakley <philipoakley@iee.email>
---

Since V1:
Corrected finger trouble with special character when copy-pasting.

 Documentation/git-check-ignore.txt | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/Documentation/git-check-ignore.txt b/Documentation/git-check-ignore.txt
index 0c3924a63d..2892799e32 100644
--- a/Documentation/git-check-ignore.txt
+++ b/Documentation/git-check-ignore.txt
@@ -33,7 +33,7 @@ OPTIONS
 	Instead of printing the paths that are excluded, for each path
 	that matches an exclude pattern, print the exclude pattern
 	together with the path.  (Matching an exclude pattern usually
-	means the path is excluded, but if the pattern begins with '!'
+	means the path is excluded, but if the pattern begins with "`!`"
 	then it is a negated pattern and matching it means the path is
 	NOT excluded.)
 +
@@ -77,7 +77,7 @@ If `--verbose` is specified, the output is a series of lines of the form:
 <pathname> is the path of a file being queried, <pattern> is the
 matching pattern, <source> is the pattern's source file, and <linenum>
 is the line number of the pattern within that source.  If the pattern
-contained a `!` prefix or `/` suffix, it will be preserved in the
+contained a "`!`" prefix or "`/`" suffix, it will be preserved in the
 output.  <source> will be an absolute path when referring to the file
 configured by `core.excludesFile`, or relative to the repository root
 when referring to `.git/info/exclude` or a per-directory exclude file.
-- 
2.35.1.windows.2


^ permalink raw reply related	[flat|nested] 3+ messages in thread

* Re: [PATCH v2] doc: check-ignore: code-quote an exclamation mark
  2022-02-03 10:16 [PATCH v2] doc: check-ignore: code-quote an exclamation mark Philip Oakley
@ 2022-02-03 19:13 ` Junio C Hamano
  2022-02-03 22:37   ` Philip Oakley
  0 siblings, 1 reply; 3+ messages in thread
From: Junio C Hamano @ 2022-02-03 19:13 UTC (permalink / raw)
  To: Philip Oakley; +Cc: GitList

Philip Oakley <philipoakley@iee.email> writes:

> The plain quoted exclamation mark renders as italics in the
> Windows pdf help manual.

HTML rendered version shows <em>!</em> and depending on the
stylesheet it would become italic, too.  It can be seen in the
pre-rendered versions I ship at [1].

> Fix this with back-tick quoting and surrounding double quotes
> as exemplified by the gitignore.txt guide.

This becomes "<code>!</code>" (with surrounding double-quotes) [2],
and making these two pages consistent makes sense.

> While at it, fix  the surrounding double quotes for the other
> special characters usages.

This changes also sounds good, too.

Will apply.  Thanks.


[References]

*1* https://github.com/gitster/git-htmldocs/blob/master/git-check-ignore.html
*2* https://github.com/gitster/git-htmldocs/blob/master/gitignore.html


>
> Signed-off-by: Philip Oakley <philipoakley@iee.email>
> ---
>
> Since V1:
> Corrected finger trouble with special character when copy-pasting.
>
>  Documentation/git-check-ignore.txt | 4 ++--
>  1 file changed, 2 insertions(+), 2 deletions(-)
>
> diff --git a/Documentation/git-check-ignore.txt b/Documentation/git-check-ignore.txt
> index 0c3924a63d..2892799e32 100644
> --- a/Documentation/git-check-ignore.txt
> +++ b/Documentation/git-check-ignore.txt
> @@ -33,7 +33,7 @@ OPTIONS
>  	Instead of printing the paths that are excluded, for each path
>  	that matches an exclude pattern, print the exclude pattern
>  	together with the path.  (Matching an exclude pattern usually
> -	means the path is excluded, but if the pattern begins with '!'
> +	means the path is excluded, but if the pattern begins with "`!`"
>  	then it is a negated pattern and matching it means the path is
>  	NOT excluded.)
>  +
> @@ -77,7 +77,7 @@ If `--verbose` is specified, the output is a series of lines of the form:
>  <pathname> is the path of a file being queried, <pattern> is the
>  matching pattern, <source> is the pattern's source file, and <linenum>
>  is the line number of the pattern within that source.  If the pattern
> -contained a `!` prefix or `/` suffix, it will be preserved in the
> +contained a "`!`" prefix or "`/`" suffix, it will be preserved in the
>  output.  <source> will be an absolute path when referring to the file
>  configured by `core.excludesFile`, or relative to the repository root
>  when referring to `.git/info/exclude` or a per-directory exclude file.

^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: [PATCH v2] doc: check-ignore: code-quote an exclamation mark
  2022-02-03 19:13 ` Junio C Hamano
@ 2022-02-03 22:37   ` Philip Oakley
  0 siblings, 0 replies; 3+ messages in thread
From: Philip Oakley @ 2022-02-03 22:37 UTC (permalink / raw)
  To: Junio C Hamano; +Cc: GitList

On 03/02/2022 19:13, Junio C Hamano wrote:
> Will apply.  Thanks.
Thank you.
Philip

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2022-02-03 22:37 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-02-03 10:16 [PATCH v2] doc: check-ignore: code-quote an exclamation mark Philip Oakley
2022-02-03 19:13 ` Junio C Hamano
2022-02-03 22:37   ` Philip Oakley

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.