Code

Remove redundant call to bootstrap_attr_stack()
authorMichael Haggerty <mhagger@alum.mit.edu>
Thu, 4 Aug 2011 04:36:21 +0000 (06:36 +0200)
committerJunio C Hamano <gitster@pobox.com>
Thu, 4 Aug 2011 22:53:17 +0000 (15:53 -0700)
commitcd93bffb91630d8c695e1ac59239aa75cc2ebf92
tree903f5bb0f314ef09db82de622fbca64e75f57a63
parent2d72174492b926dffd15d5fd8f4239060fb12247
Remove redundant call to bootstrap_attr_stack()

prepare_attr_stack() does the same thing.

Signed-off-by: Michael Haggerty <mhagger@alum.mit.edu>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
attr.c