From: Junio C Hamano Date: Wed, 13 Jul 2016 18:24:14 +0000 (-0700) Subject: Merge branch 'mm/doc-tt' X-Git-Tag: v2.10.0-rc0~125 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=ce18123cec7674b58bb57272fdfa28de6ecc6b18;p=thirdparty%2Fgit.git Merge branch 'mm/doc-tt' More mark-up updates to typeset strings that are expected to literally typed by the end user in fixed-width font. * mm/doc-tt: doc: typeset HEAD and variants as literal CodingGuidelines: formatting HEAD in documentation doc: typeset long options with argument as literal doc: typeset '--' as literal doc: typeset long command-line options as literal doc: typeset short command-line options as literal Documentation/git-mv.txt: fix whitespace indentation --- ce18123cec7674b58bb57272fdfa28de6ecc6b18 diff --cc Documentation/config.txt index db05dec743,982b62009c..16dc22d9cf --- a/Documentation/config.txt +++ b/Documentation/config.txt @@@ -1972,10 -1916,7 +1972,10 @@@ log.decorate: command. If 'short' is specified, the ref name prefixes 'refs/heads/', 'refs/tags/' and 'refs/remotes/' will not be printed. If 'full' is specified, the full ref name (including prefix) will be printed. - This is the same as the log commands `--decorate` option. + If 'auto' is specified, then if the output is going to a terminal, + the ref names are shown as if 'short' were given, otherwise no ref - names are shown. This is the same as the '--decorate' option ++ names are shown. This is the same as the `--decorate` option + of the `git log`. log.follow:: If `true`, `git log` will act as if the `--follow` option was used when diff --cc Documentation/diff-config.txt index f1101c7b21,0ddb7a6b4c..d5a5b17d50 --- a/Documentation/diff-config.txt +++ b/Documentation/diff-config.txt @@@ -105,16 -105,12 +105,16 @@@ diff.orderFile: diff.renameLimit:: The number of files to consider when performing the copy/rename - detection; equivalent to the 'git diff' option '-l'. + detection; equivalent to the 'git diff' option `-l`. diff.renames:: - Tells Git to detect renames. If set to any boolean value, it - will enable basic rename detection. If set to "copies" or - "copy", it will detect copies, as well. + Whether and how Git detects renames. If set to "false", + rename detection is disabled. If set to "true", basic rename + detection is enabled. If set to "copies" or "copy", Git will + detect copies, as well. Defaults to true. Note that this + affects only 'git diff' Porcelain like linkgit:git-diff[1] and + linkgit:git-log[1], and not lower level commands such as + linkgit:git-diff-files[1]. diff.suppressBlankEmpty:: A boolean to inhibit the standard behavior of printing a space