diff options
author | Jonathan Nieder <jrnieder@uchicago.edu> | 2008-07-03 00:59:09 -0500 |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2008-07-05 11:24:40 -0700 |
commit | 5833d730efb7131bccbcdcab13ba56707629be2c (patch) | |
tree | 9e0299412247a17143904ea28c6642ceac073b44 /Documentation/config.txt | |
parent | 2fd02c92dbb6e575b7e62ea9dfa85ef45ebe58b6 (diff) | |
download | git-5833d730efb7131bccbcdcab13ba56707629be2c.tar.gz |
manpages: italicize git subcommand names (which were in teletype font)
Italicize those git subcommand names already in teletype we missed.
Signed-off-by: Jonathan Nieder <jrnieder@uchicago.edu>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Diffstat (limited to 'Documentation/config.txt')
-rw-r--r-- | Documentation/config.txt | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/Documentation/config.txt b/Documentation/config.txt index f7a54f65b0..a403d46c1b 100644 --- a/Documentation/config.txt +++ b/Documentation/config.txt @@ -118,8 +118,8 @@ core.fileMode:: See linkgit:git-update-index[1]. True by default. core.quotepath:: - The commands that output paths (e.g. `ls-files`, - `diff`), when not given the `-z` option, will quote + The commands that output paths (e.g. 'ls-files', + 'diff'), when not given the `-z` option, will quote "unusual" characters in the pathname by enclosing the pathname in a double-quote pair and with backslashes the same way strings in C source code are quoted. If this @@ -557,7 +557,7 @@ diff.autorefreshindex:: contents in the work tree match the contents in the index. This option defaults to true. Note that this affects only 'git-diff' Porcelain, and not lower level - `diff` commands, such as 'git-diff-files'. + 'diff' commands, such as 'git-diff-files'. diff.external:: If this config variable is set, diff generation is not @@ -636,7 +636,7 @@ gc.packrefs:: prevent `git pack-refs` from being run from 'git-gc'. gc.pruneexpire:: - When 'git-gc' is run, it will call `prune --expire 2.weeks.ago`. + When 'git-gc' is run, it will call 'prune --expire 2.weeks.ago'. Override the grace period with this config variable. gc.reflogexpire:: |