From: Saikiran Madugula <hummerbliss@gmail.com>
To: git@vger.kernel.org
Cc: Saikiran Madugula <hummerbliss@gmail.com>
Subject: [PATCH] Documentation: Fix build failure of docs.
Date: Tue, 28 Jul 2009 16:38:49 +0100 [thread overview]
Message-ID: <4A6F1B89.9080202@gmail.com> (raw)
This patch fixes the build failure due to what seems to be extraneous
characters, "+++" in the git-filter-branch.txt file.
$make man
...
ASCIIDOC git-filter-branch.xml
XMLTO git-filter-branch.1
xmlto: input does not validate (status 1)
/home/bobthe/git.kernel.org/git/Documentation/git-filter-branch.xml:435:
parser error : PCDATA invalid Char value 7
Clone it with <literal>git clone +++0+++</literal>. The clone
^
/home/bobthe/git.kernel.org/git/Documentation/git-filter-branch.xml:435:
parser error : PCDATA invalid Char value 7
Clone it with <literal>git clone +++0+++</literal>. The clone
^
make[1]: *** [git-filter-branch.1] Error 1
make[1]: Leaving directory
`/home/bobthe/git.kernel.org/git/Documentation'
make: *** [man] Error 2
...
Signed-off-by: Saikiran Madugula <hummerbliss@gmail.com>
---
Documentation/git-filter-branch.txt | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/Documentation/git-filter-branch.txt b/Documentation/git-filter-branch.txt
index ab527b5..8a261c7 100644
--- a/Documentation/git-filter-branch.txt
+++ b/Documentation/git-filter-branch.txt
@@ -364,7 +364,7 @@ objects until you tell it to. First make sure that:
Then there are two ways to get a smaller repository. A safer way is
to clone, that keeps your original intact.
-* Clone it with `git clone +++file:///path/to/repo+++`. The clone
+* Clone it with `git clone file:///path/to/repo`. The clone
will not have the removed objects. See linkgit:git-clone[1]. (Note
that cloning with a plain path just hardlinks everything!)
--
1.5.6.3
next reply other threads:[~2009-07-28 15:39 UTC|newest]
Thread overview: 5+ messages / expand[flat|nested] mbox.gz Atom feed top
2009-07-28 15:38 Saikiran Madugula [this message]
2009-07-28 16:02 ` [PATCH] Documentation: Fix build failure of docs Thomas Rast
-- strict thread matches above, loose matches on Subject: below --
2009-07-28 16:39 Saikiran Madugula
2009-07-28 18:03 ` Michael J Gruber
2009-07-29 9:09 ` Saikiran Madugula
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=4A6F1B89.9080202@gmail.com \
--to=hummerbliss@gmail.com \
--cc=git@vger.kernel.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
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.