.gitconfig
changeset 194 fd20e9da8dac
parent 116 a8fea1f09a09
child 456 dc10370dab78
equal deleted inserted replaced
193:2e4cebaae3cc 194:fd20e9da8dac
    27 # fix/strip/nowarn
    27 # fix/strip/nowarn
    28 # whitespace = strip
    28 # whitespace = strip
    29 
    29 
    30 [diff]
    30 [diff]
    31 color = auto
    31 color = auto
       
    32 status = auto
       
    33 branch = auto
    32 # Makes the diff much shorter when moving or copying files.
    34 # Makes the diff much shorter when moving or copying files.
    33 rename = copy
    35 rename = copy
    34 
    36 
    35 # The number of files to consider when performing the copy/rename
    37 # The number of files to consider when performing the copy/rename
    36 # detection; equivalent to the git diff option -l.
    38 # detection; equivalent to the git diff option -l.