[IMP] remove setting of color.ui
authorxmo-odoo <xmo-odoo@users.noreply.github.com>
Sat, 17 May 2014 09:44:09 +0000 (11:44 +0200)
committerWolfgang Taferner <wtaferner@users.noreply.github.com>
Sat, 17 May 2014 14:02:15 +0000 (16:02 +0200)
commite7e4f8cefaf440ea8a59793b221b376a50cac690
tree281855645449f2247765ea5808c077dd0749c3be
parent65cd88d2167fe855ba941bedafe903c791883bc8
[IMP] remove setting of color.ui

After further considering PR #21's arguments, the setup script should
not go around setting `color.ui`:

* it shouldn't be needed for recent gits with default compile
  settings[0]
* it may override advanced users's own colour configuration/
  customisations (or disabling)
* it forces default colours on users for which it may be useless
  (colour- blind) or even detrimental (other vision impairments)
* some linux distributions apparently default to idiotic pagers which
  can't handle ANSI colour codes by default and spew garbage to the
  terminal

[0] https://github.com/git/git/blob/master/Documentation/RelNotes/1.8.4.txt#L178-L180
checkout.sh