changeset 456 | dc10370dab78 |
parent 194 | fd20e9da8dac |
child 457 | ed6c0bb1a820 |
455:440d327c4948 | 456:dc10370dab78 |
---|---|
18 summary = log --oneline |
18 summary = log --oneline |
19 tags = tag -n1 -l |
19 tags = tag -n1 -l |
20 w = whatchanged |
20 w = whatchanged |
21 |
21 |
22 [core] |
22 [core] |
23 whitespace=fix,-indent-with-non-tab,trailing-space,cr-at-eol |
23 whitespace=-indent-with-non-tab,trailing-space,cr-at-eol |
24 excludesfile = ~/.gitignore |
24 excludesfile = ~/.gitignore |
25 |
25 |
26 [apply] |
26 [apply] |
27 # fix/strip/nowarn |
27 # fix/strip/nowarn |
28 # whitespace = strip |
28 # whitespace = strip |