Merge branch 'ep/varscope'
commit043478308feec3cda9b3473bc0b79396cb9d4db6
authorJunio C Hamano <gitster@pobox.com>
Thu, 27 Feb 2014 22:01:30 +0000 (27 14:01 -0800)
committerJunio C Hamano <gitster@pobox.com>
Thu, 27 Feb 2014 22:01:30 +0000 (27 14:01 -0800)
tree59e92b4034e40876a6abfaccdef9a121679d51e8
parenta06f23c7393d187be3ded662102ec2b7b1b28bd0
parent4f1c0b21e9045ff12e1880b5724a032031716a24
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
bisect.c
builtin/apply.c
builtin/blame.c
builtin/clean.c
builtin/commit.c
builtin/fetch.c
builtin/gc.c