Jakub Narebski wrote:
Junio C Hamano wrote:
* The value of the hash is an array whose first two elements
are a sub and a bool, and the rest of the elements are the
default values of feature specific parameters.
Which means that it is not that easy to change defaults from
$GITWEB_CONFIG ($feature{'blame'}->[1] = 1; ?).
how about
'blame' => [\&feature_blame, $feature_blame_override, 0],
and picking only $feature_blame_override from $GITWEB_CONFIG
-aneesh
-
To unsubscribe from this list: send the line "unsubscribe git" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html