Skip to content

Commit

Permalink
config.txt: move blame.* to a separate file
Browse files Browse the repository at this point in the history
Signed-off-by: Nguyễn Thái Ngọc Duy <[email protected]>
Signed-off-by: Junio C Hamano <[email protected]>
  • Loading branch information
pclouds authored and gitster committed Oct 29, 2018
1 parent 696d479 commit d09467b
Show file tree
Hide file tree
Showing 2 changed files with 22 additions and 21 deletions.
22 changes: 1 addition & 21 deletions Documentation/config.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
21 changes: 21 additions & 0 deletions Documentation/config/blame.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
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.

0 comments on commit d09467b

Please sign in to comment.