-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
config.txt: move blame.* to a separate file
Signed-off-by: Nguyễn Thái Ngọc Duy <[email protected]> Signed-off-by: Junio C Hamano <[email protected]>
- Loading branch information
Showing
2 changed files
with
22 additions
and
21 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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. |