This is a work around for a asciidoc/xmlto problem with lines starting with a '.'. Until a proper fix for this is found, rewrite problematic sections. Signed-off-by: Gustaf Hendeby <hendeby@xxxxxxxxxx> Acked-by: Jeff King <peff@xxxxxxxx> --- Jeff King wrote: > On Sun, Dec 23, 2007 at 03:16:00PM +0100, Gustaf Hendeby wrote: > > I mentioned this same issue a few weeks ago: > > <20071211124220.GA17929@xxxxxxxxxxxxxxxxxxxxx> Ah, I missed that one. Unfortunately, the lack of answers indicate it isn't trivial to find a general fix to the problem. :( > I think re-wording is a fine fix, at least for now. > >> Something like this (would we then like to reindent this? it would make the >> change look much bigger), which seems to work with my asciidoc version: > > If by "reindent" you mean not just "wrap the long line" but "the whole > paragraph should start at the beginning of the line, since it's no > longer part of the list element", then > > Acked-by: Jeff King <peff@xxxxxxxx> I hope I understood corretly when I added your ACK to the patch. Thanks, Gustaf Documentation/git-shortlog.txt | 18 ++++++++---------- 1 files changed, 8 insertions(+), 10 deletions(-) diff --git a/Documentation/git-shortlog.txt b/Documentation/git-shortlog.txt index e14720b..854bf7a 100644 --- a/Documentation/git-shortlog.txt +++ b/Documentation/git-shortlog.txt @@ -37,16 +37,14 @@ OPTIONS FILES ----- - -.mailmap:: - If this file exists, it will be used for mapping author email - addresses to a real author name. One mapping per line, first - the author name followed by the email address enclosed by - '<' and '>'. Use hash '#' for comments. Example: - - # Keep alphabetized - Adam Morrow <adam@xxxxxxxxxxxxxxxxxxxxx> - Eve Jones <eve@laptop.(none)> +If the file .mailmap exists, it will be used for mapping author email +addresses to a real author name. One mapping per line, first the +author name followed by the email address enclosed by '<' and '>'. Use +hash '#' for comments. Example: + + # Keep alphabetized + Adam Morrow <adam@xxxxxxxxxxxxxxxxxxxxx> + Eve Jones <eve@laptop.(none)> Author ------ -- 1.5.4.rc1.22.g4b71 - To unsubscribe from this list: send the line "unsubscribe git" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html