From: Tom Russello Date: Wed, 8 Jun 2016 17:23:16 +0000 (+0200) Subject: doc: change configuration variables format X-Git-Tag: v2.9.1~33^2 X-Git-Url: https://git.lorimer.id.au/gitweb.git/diff_plain/ae9f6311e9c15d7968c2d03eab6e929e9c9d5f42?hp=ae9f6311e9c15d7968c2d03eab6e929e9c9d5f42 doc: change configuration variables format This change configuration variables that where in italic style to monospace font according to the guideline. It was obtained with grep '[[:alpha:]]*\.[[:alpha:]]*::$' config.txt | \ sed -e 's/::$//' -e 's/\./\\\\./' | \ xargs -iP perl -pi -e "s/\'P\'/\`P\`/g" ./*.txt Signed-off-by: Tom Russello Signed-off-by: Erwan Mathoniere Signed-off-by: Samuel Groot Signed-off-by: Matthieu Moy Reviewed-by: Matthieu Moy Signed-off-by: Junio C Hamano ---