Merge branch 'bw/config-lift-variable-name-length-limit' into maint
authorJunio C Hamano <gitster@pobox.com>
Mon, 19 Nov 2012 03:29:44 +0000 (19:29 -0800)
committerJunio C Hamano <gitster@pobox.com>
Mon, 19 Nov 2012 03:29:44 +0000 (19:29 -0800)
The configuration parser had an unnecessary hardcoded limit on
variable names that was not checked consistently.

* bw/config-lift-variable-name-length-limit:
  Remove the hard coded length limit on variable names in config files


Trivial merge