]> asedeno.scripts.mit.edu Git - git.git/commit
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)
commit400e74df98e0808ccf233025fe700a316f65854c
tree3e70973903268ec09fdcd4c25174ec520da23897
parent22b6abcd0872c50f4bff47e96819a86db4bb6e61
Fix formatting for urls section of fetch, pull, and push manpages

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>
Documentation/urls.txt