git@vger.kernel.org mailing list mirror (one of many)
 help / color / mirror / code / Atom feed
* [PATCH 1/2] Fix an illustration in git-rev-parse.txt
@ 2007-08-10  7:49 Junio C Hamano
  2007-08-10 19:30 ` Carlos Rica
  0 siblings, 1 reply; 2+ messages in thread
From: Junio C Hamano @ 2007-08-10  7:49 UTC (permalink / raw
  To: git; +Cc: Carlos Rica

This hides the backslash at the end of line from AsciiDoc
toolchain by introducing a trailing whitespace on one line in an
illustration in git-rev-parse.txt.

Signed-off-by: Junio C Hamano <gitster@pobox.com>
---

 * Obviously this needs to be applied without --whitespace=strip

 Documentation/git-rev-parse.txt |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/Documentation/git-rev-parse.txt b/Documentation/git-rev-parse.txt
index eea9c9c..4b4d229 100644
--- a/Documentation/git-rev-parse.txt
+++ b/Documentation/git-rev-parse.txt
@@ -224,7 +224,7 @@ left-to-right.
     G   H   I   J
      \ /     \ /
       D   E   F
-       \  |  / \
+       \  |  / \ 
         \ | /   |
          \|/    |
           B     C

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

* Re: [PATCH 1/2] Fix an illustration in git-rev-parse.txt
  2007-08-10  7:49 [PATCH 1/2] Fix an illustration in git-rev-parse.txt Junio C Hamano
@ 2007-08-10 19:30 ` Carlos Rica
  0 siblings, 0 replies; 2+ messages in thread
From: Carlos Rica @ 2007-08-10 19:30 UTC (permalink / raw
  To: Junio C Hamano; +Cc: git

Could it be also work to have two backslashes to disable the special
behaviour of that one? I cannot test it now, but it would be the right
way to do it, I think.

2007/8/10, Junio C Hamano <gitster@pobox.com>:
> This hides the backslash at the end of line from AsciiDoc
> toolchain by introducing a trailing whitespace on one line in an
> illustration in git-rev-parse.txt.
>
> Signed-off-by: Junio C Hamano <gitster@pobox.com>
> ---
>
>  * Obviously this needs to be applied without --whitespace=strip
>
>  Documentation/git-rev-parse.txt |    2 +-
>  1 files changed, 1 insertions(+), 1 deletions(-)
>
> diff --git a/Documentation/git-rev-parse.txt b/Documentation/git-rev-parse.txt
> index eea9c9c..4b4d229 100644
> --- a/Documentation/git-rev-parse.txt
> +++ b/Documentation/git-rev-parse.txt
> @@ -224,7 +224,7 @@ left-to-right.
>      G   H   I   J
>       \ /     \ /
>        D   E   F
> -       \  |  / \
> +       \  |  / \
>          \ | /   |
>           \|/    |
>            B     C
>
>

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

end of thread, other threads:[~2007-08-10 19:31 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2007-08-10  7:49 [PATCH 1/2] Fix an illustration in git-rev-parse.txt Junio C Hamano
2007-08-10 19:30 ` Carlos Rica

Code repositories for project(s) associated with this public inbox

	https://80x24.org/mirrors/git.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).