submodule-config: don't shadow `cache`
authorStefan Beller <redacted>
Wed, 27 Apr 2016 21:30:40 +0000 (14:30 -0700)
committerJunio C Hamano <redacted>
Thu, 28 Apr 2016 16:56:16 +0000 (09:56 -0700)
commit99dab16863c2eca584a84bdde748b9c113717603
tree4f33221232765a4a4c4339cfc4ef70a52afd428f
parent270cd9eaf459b94dee1836de9bf4382afebe1d7b
submodule-config: don't shadow `cache`

Lots of internal functions in submodule-confic.c have a first parameter
`struct submodule_cache *cache`, which currently always refers to the
global variable `cache` in the file. To avoid confusion rename the
global `cache` variable.

Signed-off-by: Stefan Beller <redacted>
Signed-off-by: Junio C Hamano <redacted>
submodule-config.c
git clone https://git.99rst.org/PROJECT