equal
deleted
inserted
replaced
21 glog = log --all --graph |
21 glog = log --all --graph |
22 |
22 |
23 [core] |
23 [core] |
24 whitespace=-indent-with-non-tab,trailing-space,cr-at-eol |
24 whitespace=-indent-with-non-tab,trailing-space,cr-at-eol |
25 excludesfile = ~/.gitignore |
25 excludesfile = ~/.gitignore |
26 autocrlf = true |
26 autocrlf = input |
|
27 safecrlf = warn |
|
28 eol = lf |
27 filemode = false |
29 filemode = false |
28 |
30 |
29 [apply] |
31 [apply] |
30 # fix/strip/nowarn |
32 # fix/strip/nowarn |
31 # whitespace = strip |
33 # whitespace = strip |