commit | a3cfb7f83f0e77a0e94716d08e2511084456c13e | [log] [tgz] |
---|---|---|
author | Michael J Gruber <git@drmicha.warpmail.net> | Sun Mar 21 18:30:18 2010 +0100 |
committer | Junio C Hamano <gitster@pobox.com> | Sun Mar 21 14:42:24 2010 -0700 |
tree | 5280d4a5f5f7b3367fb341be9f00df58e1b0ef5a | |
parent | dddfb3f1263d20a050890256dcbd5aeb00f221bb [diff] |
Documentation/urls: Remove spurious example markers In urls.txt (which is included from git-{clone,fetch,push}.txt) several item lists are surrounded by example block markers. This is problematic for two reasons: - None of these lists are example lists, so they should not be marked as such semantically. - The html output looks weird (bulleted list with left sidebar). Therefore, remove the example block markers. Output by the man backend is unaffected. Signed-off-by: Michael J Gruber <git@drmicha.warpmail.net> Signed-off-by: Junio C Hamano <gitster@pobox.com>