equal
deleted
inserted
replaced
36 pager = true |
36 pager = true |
37 ui = auto |
37 ui = auto |
38 |
38 |
39 [diff] |
39 [diff] |
40 # Makes the diff much shorter when moving or copying files. |
40 # Makes the diff much shorter when moving or copying files. |
41 rename = copy |
41 renames = copy |
42 |
42 |
43 # The number of files to consider when performing the copy/rename |
43 # The number of files to consider when performing the copy/rename |
44 # detection; equivalent to the git diff option -l. |
44 # detection; equivalent to the git diff option -l. |
45 # renamelimit = 0 |
45 # renamelimit = 0 |
46 |
46 |