From: Junio C Hamano Date: Thu, 27 Feb 2014 22:01:30 +0000 (-0800) Subject: Merge branch 'ep/varscope' X-Git-Tag: v2.0.0-rc0~158 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=043478308feec3cda9b3473bc0b79396cb9d4db6;p=thirdparty%2Fgit.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