Fix formatting for urls section of fetch, pull, and push manpages
authorTheodore Ts'o <tytso@mit.edu>
Sun, 31 Dec 2006 01:03:51 +0000 (20:03 -0500)
committerJunio C Hamano <junkio@cox.net>
Sun, 31 Dec 2006 02:19:19 +0000 (18:19 -0800)
The line:

[remote "<remote>"]

was getting swallowed up by asciidoc, causing a critical line in the
explanation for how to store the .git/remotes information in .git/config
to go missing from the git-fetch, git-pull, and git-push manpages.

Put all of the examples into delimited blocks to fix this problem and to
make them look nicer.

Signed-off-by: "Theodore Ts'o" <tytso@mit.edu>
Signed-off-by: Junio C Hamano <junkio@cox.net>
No differences found