doc: change environment variables format
commiteee7f4a233733b661e2e75e75a3b52312619112c
authorTom Russello <tom.russello@grenoble-inp.org>
Tue, 7 Jun 2016 22:35:06 +0000 (8 00:35 +0200)
committerJunio C Hamano <gitster@pobox.com>
Wed, 8 Jun 2016 19:04:37 +0000 (8 12:04 -0700)
treeb5db55dd29dfd115824de025207d1e94071f238d
parent41f5b21f84b4d7db8e8c6edb34682c0f840ad8c8
doc: change environment variables format

This change GIT_* variables that where in italic style to monospaced font
according to the guideline. It was obtained with

perl -pi -e "s/\'(GIT_.*?)\'/\`\1\`/g" *.txt

One of the main purposes is to stick to the CodingGuidelines as possible so
that people writting new documentation by mimicking the existing are more likely
to have it right (even if they didn't read the CodingGuidelines).

Signed-off-by: Tom Russello <tom.russello@grenoble-inp.org>
Signed-off-by: Erwan Mathoniere <erwan.mathoniere@grenoble-inp.org>
Signed-off-by: Samuel Groot <samuel.groot@grenoble-inp.org>
Signed-off-by: Matthieu Moy <matthieu.moy@grenoble-inp.fr>
Reviewed-by: Matthieu Moy <Matthieu.Moy@imag.fr>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Documentation/config.txt
Documentation/git-log.txt
Documentation/git-notes.txt
Documentation/git-p4.txt
Documentation/git-replace.txt
Documentation/git.txt
Documentation/gitremote-helpers.txt
Documentation/gitweb.txt
Documentation/merge-config.txt