]> git.ipfire.org Git - thirdparty/git.git/commit - Documentation/git-format-patch.txt
doc: change configuration variables format
authorTom Russello <tom.russello@grenoble-inp.org>
Wed, 8 Jun 2016 17:23:16 +0000 (19:23 +0200)
committerJunio C Hamano <gitster@pobox.com>
Wed, 8 Jun 2016 19:04:55 +0000 (12:04 -0700)
commitae9f6311e9c15d7968c2d03eab6e929e9c9d5f42
tree5ca42c285904181bfd97c4ed0259421559593f9c
parent47d81b5c7a3e7737d26b877a5cfebb772d75fa12
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 <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/diff-config.txt
Documentation/git-commit.txt
Documentation/git-format-patch.txt
Documentation/git-gc.txt
Documentation/git-grep.txt
Documentation/git-help.txt
Documentation/git-instaweb.txt
Documentation/git-push.txt
Documentation/git-send-email.txt
Documentation/git-svn.txt
Documentation/git-tag.txt
Documentation/git-web--browse.txt
Documentation/git.txt
Documentation/gitignore.txt
Documentation/gitremote-helpers.txt
Documentation/pretty-options.txt