From: Theodore Ts'o Date: Sun, 31 Dec 2006 01:03:51 +0000 (-0500) Subject: Fix formatting for urls section of fetch, pull, and push manpages X-Git-Tag: v1.5.0-rc1~144 X-Git-Url: https://git.lorimer.id.au/gitweb.git/diff_plain/400e74df98e0808ccf233025fe700a316f65854c?ds=inline;hp=400e74df98e0808ccf233025fe700a316f65854c Fix formatting for urls section of fetch, pull, and push manpages The line: [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" Signed-off-by: Junio C Hamano ---