Merge branch 'jk/submodule-c-credential'
commite059388fb200fb2b5281ce211242ef3525a9c2c7
authorJunio C Hamano <gitster@pobox.com>
Tue, 17 May 2016 21:38:25 +0000 (17 14:38 -0700)
committerJunio C Hamano <gitster@pobox.com>
Tue, 17 May 2016 21:38:25 +0000 (17 14:38 -0700)
tree6cfe78227a92d42cce7c5c34521750af249766e0
parent7a7d0854ff3cb1bc5b95e9295b9c11089d9a75a6
parent89044baa8b8a14b48e78a42ebdc43cfcd144ce28
Merge branch 'jk/submodule-c-credential'

An earlier addition of "sanitize_submodule_env" with 14111fc4 (git:
submodule honor -c credential.* from command line, 2016-02-29)
turned out to be a convoluted no-op; implement what it wanted to do
correctly, and stop filtering settings given via "git -c var=val".

* jk/submodule-c-credential:
  submodule: stop sanitizing config options
  submodule: use prepare_submodule_repo_env consistently
  submodule--helper: move config-sanitizing to submodule.c
  submodule: export sanitized GIT_CONFIG_PARAMETERS
  t5550: break submodule config test into multiple sub-tests
  t5550: fix typo in $HTTPD_URL
builtin/submodule--helper.c
git-submodule.sh
submodule.c
submodule.h