Re: [PATCH v3 2/2] git: submodule honor -c credential.* from command line
From: Jacob Keller <hidden> Date: 2016-06-15 23:08:29
On Thu, Feb 25, 2016 at 6:26 PM, Eric Sunshine [off-list ref] wrote:
One thing I elided accidentally was that when changing the second
argument of test_expect_success to double-quotes, you would altogether
drop the double-quotes around "helper" in:
git -c credential.helper="helper" submodule--helper [...] &&
to become:
git -c credential.helper=helper submodule--helper [...] &&