@@ -9,26 +9,29 @@ color.advice.hint::
9
9
Use customized color for hints.
10
10
11
11
color.blame.highlightRecent::
12
- This can be used to color the metadata of a blame line depending
13
- on age of the line.
12
+ Specify the line annotation color for `git blame --color-by-age`
13
+ depending upon the age of the line.
14
14
+
15
- This setting should be set to a comma-separated list of color and date settings,
16
- starting and ending with a color, the dates should be set from oldest to newest.
17
- The metadata will be colored given the colors if the line was introduced
18
- before the given timestamp, overwriting older timestamped colors.
15
+ This setting should be set to a comma-separated list of color and
16
+ date settings, starting and ending with a color, the dates should be
17
+ set from oldest to newest. The metadata will be colored with the
18
+ specified colors if the line was introduced before the given
19
+ timestamp, overwriting older timestamped colors.
20
+
19
21
+
20
- Instead of an absolute timestamp relative timestamps work as well, e.g.
21
- 2.weeks.ago is valid to address anything older than 2 weeks.
22
+ Instead of an absolute timestamp relative timestamps work as well,
23
+ e.g. `2.weeks.ago` is valid to address anything older than 2 weeks.
24
+
22
25
+
23
- It defaults to ' blue,12 month ago,white,1 month ago,red' , which colors
24
- everything older than one year blue, recent changes between one month and
25
- one year old are kept white, and lines introduced within the last month are
26
- colored red.
26
+ It defaults to ` blue,12 month ago,white,1 month ago,red` , which
27
+ colors everything older than one year blue, recent changes between
28
+ one month and one year old are kept white, and lines introduced
29
+ within the last month are colored red.
27
30
28
31
color.blame.repeatedLines::
29
- Use the customized color for the part of git-blame output that
30
- is repeated meta information per line (such as commit id,
31
- author name, date and timezone) . Defaults to cyan.
32
+ Use the specified color to colorize line annotations for
33
+ `git blame --color-lines`, if they come from the same commit as the
34
+ preceding line . Defaults to cyan.
32
35
33
36
color.branch::
34
37
A boolean to enable/disable color in the output of
0 commit comments