On Wed, Aug 18, 2021 at 01:15:56PM -0700, Junio C Hamano wrote: > > Narrow the scope of a temporary variable used only once and > immediately die, and rename it to a shorter, throw-away name. > > Also lose a {} around a single statement block. > > Signed-off-by: Junio C Hamano <gitster@xxxxxxxxx> Acked-by: Emily Shaffer <emilyshaffer@xxxxxxxxxx> Thanks.