aboutsummaryrefslogtreecommitdiffstats
path: root/Documentation/git-var.txt
diff options
context:
space:
mode:
authorThomas Rast <trast@student.ethz.ch>2010-01-07 17:49:12 +0100
committerThomas Rast <trast@student.ethz.ch>2010-01-10 13:01:25 +0100
commitca768288b650a4929bc1d58783a929a9a792e30e (patch)
treeaeb3937cf3f137cb8aeabeb74b11eb3c0e34bf37 /Documentation/git-var.txt
parente330d8ca1a9ec38ce40b0f67123b1dd893f0b31c (diff)
downloadgit-ca768288b650a4929bc1d58783a929a9a792e30e.tar.gz
Documentation: format full commands in typewriter font
Use `code snippet` style instead of 'emphasis' for `git cmd ...` according to the following rules: * The SYNOPSIS sections are left untouched. * If the intent is that the user type the command exactly as given, it is `code`. If the user is only loosely referred to a command and/or option, it remains 'emphasised'. Signed-off-by: Thomas Rast <trast@student.ethz.ch>
Diffstat (limited to 'Documentation/git-var.txt')
-rw-r--r--Documentation/git-var.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/Documentation/git-var.txt b/Documentation/git-var.txt
index ef6aa81872..bb981822a4 100644
--- a/Documentation/git-var.txt
+++ b/Documentation/git-var.txt
@@ -20,7 +20,7 @@ OPTIONS
Cause the logical variables to be listed. In addition, all the
variables of the git configuration file .git/config are listed
as well. (However, the configuration variables listing functionality
- is deprecated in favor of 'git config -l'.)
+ is deprecated in favor of `git config -l`.)
EXAMPLE
--------