Jeff King writes:
> On Sun, Dec 16, 2012 at 06:24:58PM -0800, Junio C Hamano wrote:
>
>> I seem to be getting
>>
>> (`\c...@example.com''). `LT and GT are the literal
>> less-than (\x3c)
>>
>> out of this part in the resulting HTML output, which is probably not
>> what you wanted to see.
>>
On Sun, Dec 16, 2012 at 06:24:58PM -0800, Junio C Hamano wrote:
> I seem to be getting
>
> (`\c...@example.com''). `LT and GT are the literal
> less-than (\x3c)
>
> out of this part in the resulting HTML output, which is probably not
> what you wanted to see.
>
> I have a feeling that it migh
John Keeping writes:
> diff --git a/Documentation/git-fast-import.txt
> b/Documentation/git-fast-import.txt
> index d1844ea..68bca1a 100644
> --- a/Documentation/git-fast-import.txt
> +++ b/Documentation/git-fast-import.txt
> @@ -427,7 +427,7 @@ they made it.
>
> Here `` is the person's displ
John Keeping writes:
> Email addresses in documentation are converted into mailto: hyperlinks
> in the HTML output and footnotes in man pages. This isn't desirable for
> cases where the address is used as an example and is not valid.
>
> Particularly annoying is the example "jane@laptop.(none)"
Email addresses in documentation are converted into mailto: hyperlinks
in the HTML output and footnotes in man pages. This isn't desirable for
cases where the address is used as an example and is not valid.
Particularly annoying is the example "jane@laptop.(none)" which appears
in git-shortlog(1)
5 matches
Mail list logo