.gitconfig
changeset 889 7e51f0012eb6
parent 879 274f5f8ff1a5
child 890 96b4250c52f8
equal deleted inserted replaced
888:ec96d18f51b0 889:7e51f0012eb6
    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