Skip to content

Commit 4a1ddb5

Browse files
committed
Merge branch 'sb/blame-config-doc' into maint
Description of blame.{showroot,blankboundary,showemail,date} configuration variables have been added to "git config --help". * sb/blame-config-doc: config: document blame configuration
2 parents ea33219 + de0bc11 commit 4a1ddb5

File tree

1 file changed

+17
-0
lines changed

1 file changed

+17
-0
lines changed

Documentation/config.txt

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -949,6 +949,23 @@ apply.whitespace::
949949
Tells 'git apply' how to handle whitespaces, in the same way
950950
as the `--whitespace` option. See linkgit:git-apply[1].
951951

952+
blame.showRoot::
953+
Do not treat root commits as boundaries in linkgit:git-blame[1].
954+
This option defaults to false.
955+
956+
blame.blankBoundary::
957+
Show blank commit object name for boundary commits in
958+
linkgit:git-blame[1]. This option defaults to false.
959+
960+
blame.showEmail::
961+
Show the author email instead of author name in linkgit:git-blame[1].
962+
This option defaults to false.
963+
964+
blame.date::
965+
Specifies the format used to output dates in linkgit:git-blame[1].
966+
If unset the iso format is used. For supported values,
967+
see the discussion of the `--date` option at linkgit:git-log[1].
968+
952969
branch.autoSetupMerge::
953970
Tells 'git branch' and 'git checkout' to set up new branches
954971
so that linkgit:git-pull[1] will appropriately merge from the

0 commit comments

Comments
 (0)