doc: more consistency in environment variables format
commit47d81b5c7a3e7737d26b877a5cfebb772d75fa12
authorTom Russello <tom.russello@grenoble-inp.org>
Tue, 7 Jun 2016 22:35:07 +0000 (8 00:35 +0200)
committerJunio C Hamano <gitster@pobox.com>
Wed, 8 Jun 2016 19:04:37 +0000 (8 12:04 -0700)
tree409da6227567535a301d2502ac7b943cba79df22
parenteee7f4a233733b661e2e75e75a3b52312619112c
doc: more consistency in environment variables format

Wrap with backticks (monospaced font) unwrapped or single-quotes wrapped
(italic type) environment variables which are followed by the word
"environment". It was obtained with:

perl -pi -e "s/\'?(\\\$?[0-9A-Z\_]+)\'?(?= environment ?)/\`\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>
17 files changed:
Documentation/config.txt
Documentation/date-formats.txt
Documentation/diff-generate-patch.txt
Documentation/git-bisect-lk2009.txt
Documentation/git-bisect.txt
Documentation/git-commit.txt
Documentation/git-config.txt
Documentation/git-daemon.txt
Documentation/git-filter-branch.txt
Documentation/git-help.txt
Documentation/git-http-backend.txt
Documentation/git-init.txt
Documentation/git-p4.txt
Documentation/git-quiltimport.txt
Documentation/git-sh-setup.txt
Documentation/git.txt
Documentation/gitweb.conf.txt