From: Jonathan Nieder Date: Thu, 3 Jul 2008 05:55:07 +0000 (-0500) Subject: manpages: italicize nongit command names (if they are in teletype font) X-Git-Tag: v1.6.0-rc0~140 X-Git-Url: https://git.lorimer.id.au/gitweb.git/diff_plain/2fd02c92dbb6e575b7e62ea9dfa85ef45ebe58b6?hp=2fd02c92dbb6e575b7e62ea9dfa85ef45ebe58b6 manpages: italicize nongit command names (if they are in teletype font) Some manual pages use teletype font to set command names. We change them to use italics, instead. This creates a visual distinction between names of commands and command lines that can be typed at the command line. It is also more consistent with other man pages outside Git. In this patch, the commands named are non-git commands like bash. Signed-off-by: Jonathan Nieder Signed-off-by: Junio C Hamano ---