diff options
author | Junio C Hamano <gitster@pobox.com> | 2007-08-10 00:49:27 -0700 |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2007-08-10 01:03:46 -0700 |
commit | f1ec6b22a8c1ab1cca0f1875f85aea5d2434e5a6 (patch) | |
tree | a25026967cf934fef3ca11ca093496d4ec185294 /Documentation | |
parent | 94638f89f5bcd1f92b86ebf988f7974167c3fd27 (diff) | |
download | git-f1ec6b22a8c1ab1cca0f1875f85aea5d2434e5a6.tar.gz git-f1ec6b22a8c1ab1cca0f1875f85aea5d2434e5a6.tar.xz |
Fix an illustration in git-rev-parse.txt
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>
Diffstat (limited to 'Documentation')
-rw-r--r-- | 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 eea9c9cfe..4b4d229e6 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 |