On Wed, Sep 14, 2011 at 11:06 PM, Junio C Hamano <gitster@xxxxxxxxx> wrote: > > Junio C Hamano <gitster@xxxxxxxxx> writes: > > An alternative approach may be to move reading of core.attributesfile to > > default_config, and drop git_config() call from bootstrap_attr_stack(), > > getting rid of git_attr_config callback altogether. > > That is, something like this on top of your patch. Ok. I'll send a reroll that slides this underneath my top patch, and addresses Hanne's comment. -Brandon > attr.c | 15 ++------------- > builtin/check-attr.c | 2 ++ > cache.h | 1 + > config.c | 3 +++ > environment.c | 1 + > 5 files changed, 9 insertions(+), 13 deletions(-) -- 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