Git development
 help / color / mirror / 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

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

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox