git@vger.kernel.org mailing list mirror (one of many)
 help / color / mirror / code / Atom feed
* Credential helpers processing order
@ 2016-08-16 15:13 Dmitry Neverov
  2016-08-16 15:58 ` Jacob Keller
  2016-08-16 16:12 ` Jeff King
  0 siblings, 2 replies; 3+ messages in thread
From: Dmitry Neverov @ 2016-08-16 15:13 UTC (permalink / raw)
  To: Git List

Hi,

I wonder why credential helpers are called in the order: system,
global, local, command-line and not in the reverse order? This make it
impossible to provide a custom helper and disable default ones via
command-line parameter. My use-case is to clone a repository in a
non-interactive environment where a system-level GUI helper is
configured: clone hangs since system-level helper called first and
there is no input from the user. Also if a system-level helper sets
quit=true, then lower-level helpers won't be called at all. Is it by
design?

--
Dmitry

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

end of thread, other threads:[~2016-08-16 16:12 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2016-08-16 15:13 Credential helpers processing order Dmitry Neverov
2016-08-16 15:58 ` Jacob Keller
2016-08-16 16:12 ` Jeff King

Code repositories for project(s) associated with this public inbox

	https://80x24.org/mirrors/git.git

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 read-only IMAP folder(s) and NNTP newsgroup(s).