equal
deleted
inserted
replaced
25 |
25 |
26 [apply] |
26 [apply] |
27 # fix/strip/nowarn |
27 # fix/strip/nowarn |
28 # whitespace = strip |
28 # whitespace = strip |
29 |
29 |
|
30 [color] |
|
31 branch = auto |
|
32 diff = auto |
|
33 grep = auto |
|
34 interactive = auto |
|
35 pager = auto |
|
36 showbranch = auto |
|
37 status = auto |
|
38 ui = auto |
|
39 |
30 [diff] |
40 [diff] |
31 color = auto |
|
32 status = auto |
|
33 branch = auto |
|
34 # Makes the diff much shorter when moving or copying files. |
41 # Makes the diff much shorter when moving or copying files. |
35 rename = copy |
42 rename = copy |
36 |
43 |
37 # The number of files to consider when performing the copy/rename |
44 # The number of files to consider when performing the copy/rename |
38 # detection; equivalent to the git diff option -l. |
45 # detection; equivalent to the git diff option -l. |
39 # renamelimit = 0 |
46 # renamelimit = 0 |
40 |
|
41 [pager] |
|
42 color = true |
|
43 |
|
44 [status] |
|
45 color = auto |
|
46 |
|
47 [color] |
|
48 branch = auto |
|
49 diff = auto |
|
50 interactive = auto |
|
51 status = auto |
|
52 |
|
53 pager = true |
|
54 ui = true |
|
55 |
|