git.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* submodule update and core.askpass
@ 2013-11-16 21:24 Dmitry Neverov
  2013-11-16 21:42 ` Thomas Rast
  0 siblings, 1 reply; 4+ messages in thread
From: Dmitry Neverov @ 2013-11-16 21:24 UTC (permalink / raw)
  To: git

Hi,

it seems like "git submodule update" command doesn't respect the
core.askpass option specified in a command line. I have a repository
with a submodule, I serve it over http which requires an authorization
and both main repository and submodule require the same credentials. I
run the following commands (pass.sh is a script which prints a password
to stdout):

git -c core.askpass=pass.sh clone main-repo
cd main-repo
git submodule init
git submodule sync
git -c core.askpass=pass.sh submodule update

The last command asks for a password interactively. 

I've run bisect, it seems like it started failing from commit
be8779f7ac9a3be9aa783df008d59082f4054f67. I've checked: submodule update
works fine in 1.8.5.rc2 with removed call to clear_local_git_env.

Is there any way to make git submodule update respect core.askpass
option, so one can use it in scripts?

-- 
Dmitry Neverov

^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2013-11-22 12:33 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-11-16 21:24 submodule update and core.askpass Dmitry Neverov
2013-11-16 21:42 ` Thomas Rast
2013-11-16 22:39   ` Jens Lehmann
2013-11-22 12:33     ` Dmitry Neverov

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).