.gitconfig
changeset 764 8867e8616467
parent 763 0070d0ec18d2
child 823 b7c18fdcc666
equal deleted inserted replaced
763:0070d0ec18d2 764:8867e8616467
    28 # fix/strip/nowarn
    28 # fix/strip/nowarn
    29 # whitespace = strip
    29 # whitespace = strip
    30 
    30 
    31 [color]
    31 [color]
    32 pager = true
    32 pager = true
    33 
       
    34 branch = auto
       
    35 diff = auto
       
    36 grep = auto
       
    37 interactive = auto
       
    38 showbranch = auto
       
    39 status = auto
       
    40 ui = auto
    33 ui = auto
    41 
    34 
    42 [diff]
    35 [diff]
    43 # Makes the diff much shorter when moving or copying files.
    36 # Makes the diff much shorter when moving or copying files.
    44 rename = copy
    37 rename = copy