.gitconfig
changeset 906 00b35243abf4
parent 898 6ac59832aba5
child 944 abefcbeca9a5
equal deleted inserted replaced
905:90d1d342a896 906:00b35243abf4
    35 [color]
    35 [color]
    36 pager = true
    36 pager = true
    37 ui = auto
    37 ui = auto
    38 
    38 
    39 [diff]
    39 [diff]
       
    40 context = 5
    40 # Makes the diff much shorter when moving or copying files.
    41 # Makes the diff much shorter when moving or copying files.
    41 renames = copy
    42 renames = copy
    42 
    43 
    43 # The number of files to consider when performing the copy/rename
    44 # The number of files to consider when performing the copy/rename
    44 # detection; equivalent to the git diff option -l.
    45 # detection; equivalent to the git diff option -l.