# HG changeset patch # User Oleksandr Gavenko # Date 1340634833 -10800 # Node ID dc10370dab78fb012413e5ac650d20d907e32c1c # Parent 440d327c49489005b43b94a2787c04046ed29dff Remove non-exist option. diff -r 440d327c4948 -r dc10370dab78 .gitconfig --- a/.gitconfig Sun Jun 24 20:23:42 2012 +0300 +++ b/.gitconfig Mon Jun 25 17:33:53 2012 +0300 @@ -20,7 +20,7 @@ w = whatchanged [core] -whitespace=fix,-indent-with-non-tab,trailing-space,cr-at-eol +whitespace=-indent-with-non-tab,trailing-space,cr-at-eol excludesfile = ~/.gitignore [apply]