From: Junio C Hamano Date: Thu, 27 Feb 2014 22:01:30 +0000 (-0800) Subject: Merge branch 'ep/varscope' X-Git-Url: http://git.99rst.org/?a=commitdiff_plain;h=043478308feec3cda9b3473bc0b79396cb9d4db6;p=git.git Merge branch 'ep/varscope' Shrink lifetime of variables by moving their definitions to an inner scope where appropriate. * ep/varscope: builtin/gc.c: reduce scope of variables builtin/fetch.c: reduce scope of variable builtin/commit.c: reduce scope of variables builtin/clean.c: reduce scope of variable builtin/blame.c: reduce scope of variables builtin/apply.c: reduce scope of variables bisect.c: reduce scope of variable --- 043478308feec3cda9b3473bc0b79396cb9d4db6