Re: [PATCH] gitweb: Support for snapshot

From: Aneesh Kumar K.V <aneesh.kumar@gmail.com>
Date: 2006-08-19 21:58:22
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@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Received on Sat Aug 19 22:00:12 2006

This archive was generated by hypermail 2.1.8 : 2006-08-19 22:00:54 EST