Merge branch 'bw/config-lift-variable-name-length-limit'
authorJeff King <peff@peff.net>
Thu, 25 Oct 2012 10:42:11 +0000 (06:42 -0400)
committerJeff King <peff@peff.net>
Thu, 25 Oct 2012 10:42:11 +0000 (06:42 -0400)
The configuration parser had an unnecessary hardcoded limit on
variable names that was not checked consistently. Lift the limit.

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


Trivial merge