aboutsummaryrefslogtreecommitdiffstats
path: root/Documentation/config.txt
diff options
context:
space:
mode:
authorNguyễn Thái Ngọc Duy <pclouds@gmail.com>2018-10-27 08:22:41 +0200
committerJunio C Hamano <gitster@pobox.com>2018-10-29 10:17:00 +0900
commitd09467b67f1f23a400a20f720b0c6be70019266f (patch)
tree6b513ab2dfa5cc4095669705b748994ceadb777b /Documentation/config.txt
parent696d4796fb4fe5c8538be9dcc6daeb857f9ff894 (diff)
downloadgit-d09467b67f1f23a400a20f720b0c6be70019266f.tar.gz
config.txt: move blame.* to a separate file
Signed-off-by: Nguyễn Thái Ngọc Duy <pclouds@gmail.com> Signed-off-by: Junio C Hamano <gitster@pobox.com>
Diffstat (limited to 'Documentation/config.txt')
-rw-r--r--Documentation/config.txt22
1 files changed, 1 insertions, 21 deletions
diff --git a/Documentation/config.txt b/Documentation/config.txt
index c8d20227a8..9ee989bc67 100644
--- a/Documentation/config.txt
+++ b/Documentation/config.txt
@@ -299,27 +299,7 @@ include::config/am.txt[]
include::config/apply.txt[]
-blame.blankBoundary::
- Show blank commit object name for boundary commits in
- linkgit:git-blame[1]. This option defaults to false.
-
-blame.coloring::
- This determines the coloring scheme to be applied to blame
- output. It can be 'repeatedLines', 'highlightRecent',
- or 'none' which is the default.
-
-blame.date::
- Specifies the format used to output dates in linkgit:git-blame[1].
- If unset the iso format is used. For supported values,
- see the discussion of the `--date` option at linkgit:git-log[1].
-
-blame.showEmail::
- Show the author email instead of author name in linkgit:git-blame[1].
- This option defaults to false.
-
-blame.showRoot::
- Do not treat root commits as boundaries in linkgit:git-blame[1].
- This option defaults to false.
+include::config/blame.txt[]
branch.autoSetupMerge::
Tells 'git branch' and 'git checkout' to set up new branches