Alp Toker <alp@xxxxxxxxxx> writes: > Junio C Hamano wrote: >> >> Looks nicer. Alp? Does this work with your version of >> asciidoc? > > I'm using asciidoc 7.0.2, which came with Ubuntu Dapper. > > The man page output now looks like this: > > · ssh://[ # [user@] # ]host.xz/path/to/repo.git/ > · ssh://[ # [user@] # ]host.xz/~user/path/to/repo.git/ > · ssh://[ # [user@] # ]host.xz/~/path/to/repo.git I got a bit inventive and removed the comments after #, which were in Jonas's version, when I tried it out. Maybe doing the same might help you, since I suspect the above '#' are coming from the comment part. > Out of the three patches, > > (at) "ssh://[user@]host.xz/path/to/repo.git/" > (jc) "ssh://+++[user@+++]host.xz/path/to/repo.git/" > (jf) "ssh://{startsb}user@{endsb}host.xz/path/to/repo.git/" > > I'd say (at) is still most readable, not requiring +++ markup (jc) or > hacks to asciidoc.conf (jf). I do not think defining [attribute] is a hack; it is a documented feature. - : 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